Data.Cloud.AzureAPI.TAzureAuthentication.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ConnectionInfo: TAzureConnectionInfo); overload;

C++

__fastcall TAzureAuthentication(TAzureConnectionInfo* ConnectionInfo)/* overload */;
/* TCloudSHA256Authentication.Create */ inline __fastcall TAzureAuthentication(Data::Cloud::Cloudapi::TCloudConnectionInfo* const ConnectionInfo, System::UnicodeString AuthorizationType)/* overload */ : Data::Cloud::Cloudapi::TCloudSHA256Authentication(ConnectionInfo, AuthorizationType) { }

Properties

Type Visibility Source Unit Parent
constructor public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureAuthentication

Description

Creates a new instance of TAzureAuthentication.

The Create constructor creates and initializes a new instance of the TAzureAuthentication class.

Create also sets the authorization type (for the authorization header) to SharedKey. The ConnectionInfo parameter specifies the connection info to use in the authentication.

See Also