DSAzure.TAzureHTTP.SetAuthentication

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

Delphi

procedure SetAuthentication(auth: TIdAuthentication);

C++

void __fastcall SetAuthentication(Idauthentication::TIdAuthentication* auth);

プロパティ

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

説明

認証の資格情報を設定します。

SetAuthentication メソッドは、TAzureHTTP コンポーネントの認証の資格情報を設定します。認証の資格情報は、auth パラメータ(TIdAuthentication 型)を介して渡されます。

関連項目