API:Data.Cloud.AmazonAPI.TAmazonAuthentication.Create

From RAD Studio API Documentation

[–] Properties
Type: constructor
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonAuthentication

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) { }

Description

Creates a new instance of TCloudSHA256Authentication with the given connection information. Data.Cloud.AmazonAPI.TAmazonAuthentication.Create inherits from Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create. All content below this line refers to Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create.

Creates a new instance of TCloudSHA256Authentication with the given connection information.

The following table shows the significance of the parameters:

Parameter Description

ConnectionInfo

The connection information to use with the signing string

AuthorizationType

The authorization type to use


See Also