API:Data.Cloud.AzureAPI.TAzureAuthentication.AssignKey

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AssignKey(const AccountKey: string); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureAuthentication

Beschreibung

Weist den zu verwendenden Algorithmus-Schlüssel zu.

Data.Cloud.AzureAPI.TAzureAuthentication.AssignKey erbt von Data.Cloud.CloudAPI.TCloudAuthentication.AssignKey. Der folgende Inhalt bezieht sich auf Data.Cloud.CloudAPI.TCloudAuthentication.AssignKey.

Weist den zu verwendenden Algorithmus-Schlüssel zu.

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

Siehe auch