Data.Cloud.AmazonAPI.TAmazonAWS4Authentication.AssignKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignKey(const AccountKey: string); override;

C++

virtual void __fastcall AssignKey(const System::UnicodeString AccountKey);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonAWS4Authentication

Description

Assigns the algorithm key to use.

Data.Cloud.AmazonAPI.TAmazonAWS4Authentication.AssignKey inherits from Data.Cloud.CloudAPI.TCloudAuthentication.AssignKey. All content below this line refers to Data.Cloud.CloudAPI.TCloudAuthentication.AssignKey.

Assigns the algorithm key to use.

The AccountKey parameter is the account key, in string representation.

See Also