WindowsAccessControlEntry Members
Include Protected Members
Include Inherited Members
Provides derived classes for the IndividualAccessControlEntry class and represents access rights for a Microsoft Windows trustee (user, group, or service account) to perform Business Data Catalog application-specific implementations of common tasks.
The WindowsAccessControlEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WindowsAccessControlEntry(String) | ||
WindowsAccessControlEntry(String, BdcRights) | ||
WindowsAccessControlEntry(String, String, BdcRights) |
Top
Properties
Name | Description | |
---|---|---|
DisplayName | Gets the display name of the user, group, or service account in the access control entry. (Inherited from IndividualAccessControlEntry.) | |
IdentityName | Gets the internal name of the user, group, or service account in the access control entry. (Inherited from IndividualAccessControlEntry.) | |
Rights | Gets the Business Data Catalog rights contained in the access control entry. (Inherited from IndividualAccessControlEntry.) | |
Sddl | Gets a string containing the Security Descriptor Definition Language for the access control entry. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
See Also
Reference
WindowsAccessControlEntry Class
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace