Data.Cloud.AmazonAPI.TAmazonAWS4Authentication.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonAWS4Authentication

Description

Crée une nouvelle instance de TCloudSHA256Authentication avec les informations de connexion données.

Data.Cloud.AmazonAPI.TAmazonAWS4Authentication.Create hérite de Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create. Tout le contenu en-dessous de cette ligne se réfère à Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create.

Crée une nouvelle instance de TCloudSHA256Authentication avec les informations de connexion données.

Le tableau suivant indique la signification des paramètres :

Paramètre Description

ConnectionInfo

Les informations de connexion à utiliser avec la chaîne de signature

AuthorizationType

Le type d'autorisation à utiliser


Voir aussi