API:Data.Cloud.AmazonAPI.TAmazonSHA1Authentication.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ConnectionInfo: TCloudConnectionInfo); overload;

C++

__fastcall TAmazonSHA1Authentication(Data::Cloud::Cloudapi::TCloudConnectionInfo* const ConnectionInfo)/* overload */;
/* TCloudSHA1Authentication.Create */ inline __fastcall TAmazonSHA1Authentication(Data::Cloud::Cloudapi::TCloudConnectionInfo* ConnectionInfo, System::UnicodeString AuthorizationType)/* overload */ : Data::Cloud::Cloudapi::TCloudSHA1Authentication(ConnectionInfo, AuthorizationType) { }

Properties

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

Description

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

Data.Cloud.AmazonAPI.TAmazonSHA1Authentication.Create inherits from Data.Cloud.CloudAPI.TCloudSHA1Authentication.Create. All content below this line refers to Data.Cloud.CloudAPI.TCloudSHA1Authentication.Create.

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

The following table shows the significance of the parameters:

Parameter Description

ConnectionInfo

The connection information to use with a signing string

AuthorizationType

The authorization type to use


See Also