Public Properties

  Name Description
Public property AccessMask A bitmask combining bit values representing the security access rights granted on a given object. The property behavior is as follows:
  • On an AccessPermission, the access rights are granted on a given object to the grantee specified on the access permission.
  • On an AccessPermissionDescription, the access rights are those that may be granted on a given object.
Public property PermissionType Returns the type (right or level) of the described permission.

Valid types are single (that is, a single access right), level (a commonly used combination of access rights), default level (that is, the recommended level for new permissions), and inherited (relevant only to child objects of the parent object described by the permission).

Top

See Also