API:Data.Cloud.AzureAPI.TAzureAuthentication.AssignKey
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp
| |
| Unit: Data.Cloud.AzureAPI | |
| Parent: TAzureAuthentication | |
Delphi
procedure AssignKey(const AccountKey: string); override;
C++
virtual void __fastcall AssignKey(const System::UnicodeString AccountKey);
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.