Data.Cloud.CloudAPI.TCloudAuthentication.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const ConnectionInfo: TCloudConnectionInfo);

C++

__fastcall TCloudAuthentication(TCloudConnectionInfo* const ConnectionInfo);

Eigenschaften

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


Beschreibung

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