DSAzure.TSignedIdentifier.SI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SI: String;

C++

System::UnicodeString __fastcall SI();

Properties

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

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