API:Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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

Beschreibung

Erstellt eine neue Instanz von TCloudAuthentication.

Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create erbt von Data.Cloud.CloudAPI.TCloudAuthentication.Create. Der folgende Inhalt bezieht sich auf Data.Cloud.CloudAPI.TCloudAuthentication.Create.

Erstellt eine neue Instanz von TCloudAuthentication. Der Parameter ConnectionInfo gibt die Verbindungsinformationen an, die beim Erstellen des signierten Strings zum Ermitteln der erforderlichen Kontoinformationen verwendet werden.

Siehe auch