Data.Cloud.CloudAPI.TCloudSHA1Authentication.Create
Delphi
constructor Create(ConnectionInfo: TCloudConnectionInfo; AuthorizationType: string); overload;
C++
__fastcall TCloudSHA1Authentication(TCloudConnectionInfo* ConnectionInfo, System::UnicodeString AuthorizationType)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp |
Data.Cloud.CloudAPI | TCloudSHA1Authentication |
Description
Creates a new instance of TCloudSHA1Authentication with the given connection information.
The following table shows the significance of the parameters:
| Parameter | Description |
|---|---|
|
|
The connection information to use with a signing string |
|
|
The authorization type to use |