DSAzure.TSharedKeyAuthorization

From RAD Studio API Documentation
Jump to: navigation, search

IdAuthentication.TIdBasicAuthenticationIdAuthentication.TIdAuthenticationSystem.Classes.TPersistentSystem.TObjectTSharedKeyAuthorization

Delphi

TSharedKeyAuthorization = class(TIdBasicAuthentication)

C++

class PASCALIMPLEMENTATION TSharedKeyAuthorization : public Idauthentication::TIdBasicAuthentication

Properties

Type Visibility Source Unit Parent
class public
DSAzure.pas
DSAzure.hpp
DSAzure DSAzure

Description

Holds account information and handles authorization.

TSharedKeyAuthorization holds the storage account name in the Username field, and the account key in the Password field. This class handles the required decoding and encoding of the information and is used for properly setting the Authorization header of requests.

See Also