Data.Cloud.CloudAPI.TCloudAuthentication.AssignKey

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also