PrivilegeFlags

Description

[Flags]
enum Tinman.Core.Privileges.PrivilegeFlags

Enumeration of flags for IPrivilegePredicate objects.

Public / Constants

None

public constant None → (0:int32)

No flags.

UseCustom

public constant UseCustom → (1:int32)

The IPrivilegePredicate uses custom data that lies outside the scope of PrivilegeInfo for checking.

UseLocation

public constant UseLocation → (2:int32)

The privilege uses the PrivilegeInfo.Location value for checking.

UseIdentifier

public constant UseIdentifier → (4:int32)

The privilege uses the PrivilegeInfo.Identifier value for checking.

UseOrdinal

public constant UseOrdinal → (8:int32)

The privilege uses the PrivilegeInfo.Ordinal value for checking.

All

public constant All → (15:int32)

All flags.