Data.Cloud.AzureAPI.TAzureAuthentication.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

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) { }

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureAuthentication


Description

Crée une nouvelle instance de TAzureAuthentication.

Le constructeur Create crée et initialise une nouvelle instance de la classe TAzureAuthentication.

Create définit aussi le type d'autorisation (pour l'en-tête d'autorisation) sur SharedKey. Le paramètre ConnectionInfo spécifie les informations de connexion à utiliser dans l'authentification.

Voir aussi