DSAzure.TSignedIdentifier.SI

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

C++

System::UnicodeString __fastcall SI();

Description

Returns a URI parameter identifier string for the Signed Identifier.

Returns a URI parameter identifying the signed identifier. The string is formatted as: 'si=[id]', where [id] is replaced by a URL-safe version of the signed identifier's ID.

See Also