DSAzure.TSharedKeyAuthorization.Authentication
Delphi
function Authentication: String; override;
C++
virtual System::UnicodeString __fastcall Authentication(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | DSAzure.pas DSAzure.hpp |
DSAzure | TSharedKeyAuthorization |
Description
Creates an authorization string with the account information properly encoded.
Authentication creates a SharedKey authorization string with the account name and the properly encoded account key. The resulting string can be used as the value for a request's Authorization header.