DSAzure.TSignedIdentifier.Sig

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 Sig: String;

C++

System::UnicodeString __fastcall Sig();

Description

Returns a URI parameter representation of the Signature.

Sig builds a URI parameter in the format 'sig=Signature', where Signature is a call to the Signature function.

See Also