DSAzure.TSharedKeyAuthorization

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

IdAuthentication.TIdBasicAuthenticationIdAuthentication.TIdAuthenticationSystem.Classes.TPersistentSystem.TObjectTSharedKeyAuthorization

Delphi

TSharedKeyAuthorization = class(TIdBasicAuthentication)

C++

class PASCALIMPLEMENTATION TSharedKeyAuthorization : public Idauthentication::TIdBasicAuthentication

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
DSAzure.pas
DSAzure.hpp
DSAzure DSAzure


Beschreibung

Enthält Kontoinformationen und handhabt die Autorisierung.

TSharedKeyAuthorization enthält den Speicherkontonamen im Feld Benutzername und den Kontoschlüssel im Feld Passwort. Diese Klasse handhabt die erforderliche Decodierung und Codierung der Informationen und wird für die korrekte Einstellung des Autorisierungs-Headers von Anforderungen verwendet.

Siehe auch