DSAzure.TSharedKeyAuthorization.StringToSign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StringToSign: String read FStringToSign write FStringToSign;

C++

__property System::UnicodeString StringToSign = {read=FStringToSign, write=FStringToSign};

Properties

Type Visibility Source Unit Parent
property public
DSAzure.pas
DSAzure.hpp
DSAzure TSharedKeyAuthorization

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.

See Also