DSAzure.TSignedIdentifier.AccessPolicy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TSignedIdentifier

Delphi

AccessPolicy: TAccessPolicy;

C++

TAccessPolicy AccessPolicy;

Description

The AccessPolicy held by the signed identifier.

AccessPolicy holds the TAccessPolicy instance for the signed identifier as either provided in a parameter passed to the constructor, or created by the constructor itself. If created by the constructor, all permissions will be set to false by default.