DSAzure.TAzureHTTP.SetBasicAuthentication

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetBasicAuthentication(const user: String; const password: String);

C++

void __fastcall SetBasicAuthentication(const System::UnicodeString user, const System::UnicodeString password);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureHTTP


説明

ベーシック認証の認証情報を設定します。

SetBasicAuthentication メソッドは、パラメータ user および password によって指定されるユーザー名およびパスワードで、基本的なクライアント認証を提供します。

関連項目