DSAzure.TSharedKeyAuthorization.StringToSign
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: DSAzure.pas DSAzure.hpp
| |
Unit: DSAzure | |
Parent: TSharedKeyAuthorization |
Delphi
property StringToSign: String read FStringToSign write FStringToSign;
C++
__property System::UnicodeString StringToSign = {read=FStringToSign, write=FStringToSign};
Description
Holds the request string to sign.
StringToSign is set from the TAzureService.StringToSign function. The Azure service functions use this to build the Signature part of the Authorization header in requests to the server.