Data.Cloud.AmazonAPI.TAmazonAuthentication.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 TAmazonAuthentication.

Create setzt den Autorisierungstyp (für den Autorisierungs-Header) auf 'AWS'.


Die folgende Tabelle führt die Bedeutung der Parameter auf:

Parameter Beschreibung

ConnectionInfo

Die bei der Authentifizierung zu verwendenden Verbindungsinformationen.

AuthInHeader

Gibt an, ob Auth sich im Header befindet oder ein Abfrageparameter ist.

Siehe auch