API:Data.Cloud.AmazonAPI.TAmazonSHA1Authentication.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const ConnectionInfo: TCloudConnectionInfo); overload;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonSHA1Authentication

Beschreibung

Erstellt eine neue Instanz von TCloudSHA1Authentication mit den angegebenen Verbindungsinformationen.

Data.Cloud.AmazonAPI.TAmazonSHA1Authentication.Create erbt von Data.Cloud.CloudAPI.TCloudSHA1Authentication.Create. Der folgende Inhalt bezieht sich auf Data.Cloud.CloudAPI.TCloudSHA1Authentication.Create.

Erstellt eine neue Instanz von TCloudSHA1Authentication mit den angegebenen Verbindungsinformationen.

Die folgende Tabelle gibt die Bedeutung der Parameter an:

Parameter Beschreibung

ConnectionInfo

Die mit einem Signierungsstring zu verwendenden Verbindungsinformationen

AuthorizationType

Der zu verwendende Autorisierungstyp


Siehe auch