DSAzure.TSignedIdentifier

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTSignedIdentifier

Delphi

TSignedIdentifier = class

C++

class PASCALIMPLEMENTATION TSignedIdentifier : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
DSAzure.pas
DSAzure.hpp
DSAzure DSAzure

Description

Represents a Signed Identifier as required by the Microsoft Azure api.

TSignedIdentifier represents the required signed identifier for calls such as in TAzureBlobService.SetContainerACL, where it contains a unique identifier, and an AccessPolicy. See the 'Request Body' section of the MSDN documentation linked to below for more information on the signed identifier.

See Also