Data.Cloud.AzureAPI.TAzureConnectionInfo.GetAccountKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAccountKey: string; override;

C++

virtual System::UnicodeString __fastcall GetAccountKey();

Properties

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

Description

Returns the account key/password used for authenticating the service.

The GetAccountKey method is used to return the account key/password used for authenticating the service.

See Also