PrivilegeInfo
Description
Represents the set of information that is used by an implementation of IPrivilegePredicate in order to check whether to grant a privilege.
The string representation has the following format:
{ Location=... Identifier=... Ordinal=... }
Each part is only present if the corresponding flag is contained in Flags.
Public / Attributes
Identifier
The name that identifies the entity which the privilege is targeted at.
Will be null
if not used.
- See also
Location
The location of the entity which the privilege is targeted at.
Will be null
if not used.
- See also