Defines access permissions through a bitmask of access rights. You can create an instance of this class by calling CreateInstance on the Factory.AccessPermission class.


The following tables list the members exposed by IAccessPermission.

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.
Top

See Also