DSAzure.TSignedIdentifier.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const Account: String; const SharedKey: String; const Resource: String); overload;
constructor Create(const Account: String; const SharedKey: String; const Resource: String; Policy: TAccessPolicy); overload;

C++

__fastcall TSignedIdentifier(const System::UnicodeString Account, const System::UnicodeString SharedKey, const System::UnicodeString Resource)/* overload */;
__fastcall TSignedIdentifier(const System::UnicodeString Account, const System::UnicodeString SharedKey, const System::UnicodeString Resource, const TAccessPolicy &Policy)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
DSAzure.pas
DSAzure.hpp
DSAzure TSignedIdentifier


Beschreibung

Erstellt eine neueTSignedIdentifier-Instanz.

Der Konstruktor Create erstellt eine neue Instanz der Klasse TSignedIdentifier. Es gibt zwei überladene Methoden Create, die jeweils ein Konto, einen gemeinsam verwendeten Schlüssel und eine Ressource als Parameter zulassen. Die zweite überladene Methode Create übernimmt einen zusätzlichen Parameter, der die Zugriffsrichtlinie angibt.

Siehe auch