API:Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create

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

Delphi

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

C++

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

プロパティ

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

説明

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

Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create は Data.Cloud.CloudAPI.TCloudAuthentication.Create を継承しています。以下の内容はすべて Data.Cloud.CloudAPI.TCloudAuthentication.Create を参照しています。

新しい TCloudAuthentication のインスタンスを作成します。ConnectionInfo パラメータは、署名済み文字列を構築する際に、必要なアカウント情報を取得するために使用される、接続情報を示します。

関連項目