DSAzure.TSignedIdentifier.Signature

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TSignedIdentifier

Delphi

function Signature: String; virtual;

C++

virtual System::UnicodeString __fastcall Signature();

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