Data.Cloud.CloudAPI.TCloudAuthentication.AssignKey

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AssignKey(const AccountKey: string); virtual;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudAuthentication


Beschreibung

Weist den zu verwendenden Algorithmus-Schlüssel zu.

Der Parameter AccountKey bezeichnet den Kontoschlüssel als String-Repräsentation.

Siehe auch