Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create
[–] 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 |
---|---|
|
The connection information to use with the signing string |
|
The authorization type to use |