IAccessControlEntry Members
Include Protected Members
Include Inherited Members
Represents an interface for an Access Control Entry (ACE). ACEs represent permissions for a particular user, and are bundled up in collections called Access Control Lists (ACLs) that are attached to securable metadata objects.
The IAccessControlEntry type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisplayName | Gets the display name of the user, group, site, or service account in the access control entry. | |
IdentityName | Gets the programmatic name of the security principal. | |
Rights | Gets the collection of permissions assigned with the security principal. |
Top