Data.Cloud.CloudAPI.TCloudAuthentication.AssignKey
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
| Unit: Data.Cloud.CloudAPI | |
| Parent: TCloudAuthentication | |
Delphi
procedure AssignKey(const AccountKey: string); virtual;
C++
virtual void __fastcall AssignKey(const System::UnicodeString AccountKey);
Description
Assigns the algorithm key to use.
The AccountKey parameter is the account key, in string representation.