Data.Cloud.AzureAPI.TAzureAuthentication.AssignKey

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureAuthentication

Delphi

procedure AssignKey(const AccountKey: string); override;

C++

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

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