API:Data.Cloud.AmazonAPI.TAmazonAWS4Authentication.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

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

Data.Cloud.AmazonAPI.TAmazonAWS4Authentication.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