API:Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudSHA256Authentication

Description

Creates a new instance of TCloudAuthentication.

Data.Cloud.CloudAPI.TCloudSHA256Authentication.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