Data.Cloud.CloudAPI.TCloudSHA1Authentication.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudSHA1Authentication


Beschreibung

Erstellt eine neue Instanz von TCloudSHA1Authentication mit den angegebenen Verbindungsinformationen.

Die folgende Tabelle gibt die Bedeutung der Parameter an:

Parameter Beschreibung

ConnectionInfo

Die mit einem Signierungsstring zu verwendenden Verbindungsinformationen

AuthorizationType

Der zu verwendende Autorisierungstyp


Siehe auch