API:Data.Cloud.AmazonAPI.TAmazonAuthentication.Create

Aus RAD Studio API Documentation

Delphi

constructor Create(const ConnectionInfo: TCloudConnectionInfo; AuthInHeader: Boolean = False); overload;

C++

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

Eigenschaften

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

Beschreibung

Erstellt eine neue Instanz von TCloudSHA256Authentication mit den angegebenen Verbindungsinformationen. {{#multireplace:Data.Cloud.AmazonAPI.TAmazonAuthentication.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Erstellt eine neue Instanz von TCloudSHA256Authentication mit den angegebenen Verbindungsinformationen.

Die folgende Tabelle gibt die Bedeutung der Parameter an:

Parameter Beschreibung

ConnectionInfo

Die mit dem Signierungsstring zu verwendenden Verbindungsinformationen

AuthorizationType

Der zu verwendende Autorisierungstyp


Siehe auch