API:Data.Cloud.AzureAPI.TAzureAuthentication.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(ConnectionInfo: TAzureConnectionInfo); overload;

C++

__fastcall TAzureAuthentication(TAzureConnectionInfo* ConnectionInfo)/* overload */;
/* TCloudSHA256Authentication.Create */ inline __fastcall TAzureAuthentication(Data::Cloud::Cloudapi::TCloudConnectionInfo* const ConnectionInfo, System::UnicodeString AuthorizationType)/* overload */ : Data::Cloud::Cloudapi::TCloudSHA256Authentication(ConnectionInfo, AuthorizationType) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureAuthentication

Beschreibung

Erstellt eine neue Instanz von TCloudSHA256Authentication mit den angegebenen Verbindungsinformationen.

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

Erstellt eine neue Instanz von TCloudSHA256Authentication mit den angegebenen Verbindungsinformationen.

Die folgende Tabelle gibt die Bedeutung der Parameter an:

Parameter Beschreibung

ConnectionInfo

Die mit dem Signierungsstring zu verwendenden Verbindungsinformationen

AuthorizationType

Der zu verwendende Autorisierungstyp


Siehe auch