AccessEntry Members
Include Protected Members
Include Inherited Members
Represents a user, workgroup, enterprise, federation, or public entity and associated privacy level.
The AccessEntry type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets the access entry id. | |
Permission | Returns the parent Permission instance. | |
Scope | Gets the access entry scope. |
Top
Methods
Name | Description | |
---|---|---|
CanClearPermission | Returns true when allowed to clear assigned permission. | |
CanSetPermission | Returns true when allowed to set to a specific permission. | |
ClearPermission | Clear the permission that is assigned to this access entry. | |
CreateObjRef | (inherited from MarshalByRefObject) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
MemberwiseClone() | (inherited from Object) | |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) | |
SetPermission | Set this access entry to a specific permission. | |
ToString | (inherited from Object) |
Top