API: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 or password used for authenticating the service.

Data.Cloud.AzureAPI.TAzureConnectionInfo.GetAccountKey inherits from Data.Cloud.CloudAPI.TCloudConnectionInfo.GetAccountKey. All content below this line refers to Data.Cloud.CloudAPI.TCloudConnectionInfo.GetAccountKey.

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

See Also