WindowsAccessControlEntry Members
Include Protected Members
Include Inherited Members
Provides derived classes for the IndividualAccessControlEntry class and represents access rights for a Windows trustee (user, group, or service account) to perform Business Data Connectivity (BDC) service application-specific implementations of common tasks.
The WindowsAccessControlEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WindowsAccessControlEntry(String) | Initializes a new instance of the class using the specified security principal name. | |
WindowsAccessControlEntry(String, BdcRights) | Initializes a new instance of the class using the specified name and access rights of the security principal. | |
WindowsAccessControlEntry(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. (Inherited from IndividualAccessControlEntry.) | |
IdentityName | Gets the name of the security principal. (Inherited from IndividualAccessControlEntry.) | |
RawSid | Gets the identifier for the security principal in binary format. | |
Rights | Gets the access rights of the security principal. (Inherited from IndividualAccessControlEntry.) | |
Sddl | Gets the security identifier for the represented user in Security Descriptor Definition Language (SDDL) format. | |
Sid | Gets the unique security identifier of the security principal. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top