API:Data.Cloud.AzureAPI.TAzureAuthentication.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.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureAuthentication

Description

Assigns the algorithm key to use.

Data.Cloud.AzureAPI.TAzureAuthentication.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