DSAzure.TSharedKeyAuthorization

From RAD Studio API Documentation
Jump to: navigation, search

IdAuthentication.TIdBasicAuthenticationIdAuthentication.TIdAuthenticationSystem.Classes.TPersistentSystem.TObjectTSharedKeyAuthorization
[–] Properties
Type: class
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: DSAzure

Delphi

TSharedKeyAuthorization = class(TIdBasicAuthentication)

C++

class PASCALIMPLEMENTATION TSharedKeyAuthorization : public Idauthentication::TIdBasicAuthentication

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