DSAzure.TSignedIdentifier

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTSignedIdentifier
[–] Properties
Type: class
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: DSAzure

Delphi

TSignedIdentifier = class

C++

class PASCALIMPLEMENTATION TSignedIdentifier : public System::TObject

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