Data.Cloud.AzureAPI.TAzureAuthentication.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp
| |
Unit: Data.Cloud.AzureAPI | |
Parent: TAzureAuthentication |
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) { }
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.