API:Data.Cloud.AmazonAPI.TAmazonSHA1Authentication.Create
| [–] Properties | |
|---|---|
| Type: constructor | |
| Visibility: public | |
| Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
| Unit: Data.Cloud.AmazonAPI | |
| Parent: TAmazonSHA1Authentication | |
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) { }
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 |
|---|---|
|
|
The connection information to use with a signing string |
|
|
The authorization type to use |