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 TAzureAuthentication.

Der Konstruktor Create erstellt und initialisiert eine neue Instanz der Klasse TAzureAuthentication.

Create setzt den Autorisierungstyp (für den Autorisierungs-Header) auf SharedKey. Der Parameter ConnectionInfo gibt die Verbindungsinformationen für die Authentifizierung an.

Siehe auch