Data.Cloud.CloudAPI.TCloudAuthentication.AssignKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignKey(const AccountKey: string); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudAuthentication

Description

Assigns the algorithm key to use.

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

See Also