Data.Cloud.CloudAPI.TCloudSHA1Authentication.Create

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

Delphi

constructor Create(ConnectionInfo: TCloudConnectionInfo; AuthorizationType: string); overload;

C++

__fastcall TCloudSHA1Authentication(TCloudConnectionInfo* ConnectionInfo, System::UnicodeString AuthorizationType)/* overload */;

プロパティ

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


説明

指定された接続情報を持つ TCloudSHA1Authentication の新しいインスタンスを作成します。

次の表は、パラメータの意味を表しています:

パラメータ 説明

ConnectionInfo

署名文字列と一緒に使用する接続情報

AuthorizationType

使用する認証タイプ



関連項目