Data.Cloud.AzureAPI.TAzureAuthentication.Create

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

Delphi

constructor Create(ConnectionInfo: TAzureConnectionInfo); overload;

C++

__fastcall TAzureAuthentication(TAzureConnectionInfo* ConnectionInfo)/* overload */;
/* TCloudSHA256Authentication.Create */ inline __fastcall TAzureAuthentication(Data::Cloud::Cloudapi::TCloudConnectionInfo* const ConnectionInfo, System::UnicodeString AuthorizationType)/* overload */ : Data::Cloud::Cloudapi::TCloudSHA256Authentication(ConnectionInfo, AuthorizationType) { }

プロパティ

種類 可視性 ソース ユニット
constructor public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureAuthentication


説明

TAzureAuthentication の新しいインスタンスを作成します。

Create コンストラクタは、TAzureAuthentication クラスの新しいインスタンスを作成および初期化します。

Create はまた、権限付与のタイプ(権限付与ヘッダー用)を SharedKey に設定します。 ConnectionInfo パラメータは、認証で使用される接続情報を示します。

関連項目