Data.Cloud.AzureAPI.TAzureAuthentication.AssignKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignKey(const AccountKey: string); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureAuthentication

Description

Overrides the base implementation, treating the key as if it were encoded in base64.

The AssignKey method overrides the base implementation, treating the key as if it were encoded in base64. The AccountKey parameter is the account key, given as a string encoded in base64.

See Also