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 TCloudSHA256Authentication with the given connection information.

The following table shows the significance of the parameters:

Parameter Description

ConnectionInfo

The connection information to use with the signing string

AuthorizationType

The authorization type to use


See Also