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
Public method WindowsAccessControlEntry(String)
Public method WindowsAccessControlEntry(String, BdcRights)
Public method WindowsAccessControlEntry(String, String, BdcRights)

Top

Properties

  Name Description
Public property DisplayName Gets the display name of the user, group, or service account in the access control entry. (Inherited from IndividualAccessControlEntry.)
Public property IdentityName Gets the internal name of the user, group, or service account in the access control entry. (Inherited from IndividualAccessControlEntry.)
Public property Rights Gets the Business Data Catalog rights contained in the access control entry. (Inherited from IndividualAccessControlEntry.)
Public property Sddl Gets a string containing the Security Descriptor Definition Language for the access control entry.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

WindowsAccessControlEntry Class

Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace