API:Data.Cloud.CloudAPI.TCloudSHA1Authentication.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudSHA1Authentication

Delphi

constructor Create(ConnectionInfo: TCloudConnectionInfo; AuthorizationType: string); overload;

C++

__fastcall TCloudSHA1Authentication(TCloudConnectionInfo* ConnectionInfo, System::UnicodeString AuthorizationType)/* overload */;

Description

Creates a new instance of TCloudAuthentication.

Data.Cloud.CloudAPI.TCloudSHA1Authentication.Create inherits from Data.Cloud.CloudAPI.TCloudAuthentication.Create. All content below this line refers to Data.Cloud.CloudAPI.TCloudAuthentication.Create.

Creates a new instance of TCloudAuthentication. The ConnectionInfo parameter specifies the connection information used to get the required account information when building the signed string.

See Also