DSAzure.TSharedKeyAuthorization.Authentication
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DSAzure.pas DSAzure.hpp
| |
| Unit: DSAzure | |
| Parent: TSharedKeyAuthorization | |
Delphi
function Authentication: String; override;
C++
virtual System::UnicodeString __fastcall Authentication();
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.