Data.Cloud.AmazonAPI.TAmazonService.CreateAuthInstance

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateAuthInstance(const ConnectionInfo: TAmazonConnectionInfo): TCloudAuthentication; virtual; abstract;

C++

virtual Data::Cloud::Cloudapi::TCloudAuthentication* __fastcall CreateAuthInstance(TAmazonConnectionInfo* const ConnectionInfo) = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonService


Beschreibung

Gibt die für die angegebenen Verbindungsinformationen zu verwendende Authentifizierungsinstanz zurück.

Mit CreateAuthInstance werden die für die angegebenen Verbindungsinformationen zu verwendende Authentifizierungsinstanz zurückgegeben. Der Parameter ConnectionInfo repräsentiert die angegebenen Verbindungsinformationen.

Siehe auch