IndividualAccessControlEntry Members
Include Protected Members
Include Inherited Members
Represents access for a user or a group of users.
The IndividualAccessControlEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IndividualAccessControlEntry(String) | Initializes a new instance of the class using the specified security principal name. | |
IndividualAccessControlEntry(String, BdcRights) | Initializes a new instance of the class using the specified name and access rights of the security principal. | |
IndividualAccessControlEntry(String, String, BdcRights) | Initializes a new instance of the class using the specified name, display name, and access rights of the security principal. |
Top
Properties
Name | Description | |
---|---|---|
DisplayName | Gets the display name of the security principal. | |
IdentityName | Gets the name of the security principal. | |
Rights | Gets the access rights of the security principal. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top