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

Delphi

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

C++

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

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