DSAzure.TSignedIdentifier.Signature

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Signature: String; virtual;

C++

virtual System::UnicodeString __fastcall Signature();

Properties

Type Visibility Source Unit Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TSignedIdentifier

Description

Constructs a signature for the the signed identifier.

Signature constructs a string containing information from the AccessPolicy (Permission, Start, Expiry) as well as the CanonicalizedResource path and the SignedIdentifier's Id. This is then encoded and returned.

See Also