WindowsAccessControlEntry 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
Public method WindowsAccessControlEntry(String) Initializes a new instance of the class using the specified security principal name.
Public method WindowsAccessControlEntry(String, BdcRights) Initializes a new instance of the class using the specified name and access rights of the security principal.
Public method 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
Public property DisplayName Gets the display name of the security principal. (Inherited from IndividualAccessControlEntry.)
Public property IdentityName Gets the name of the security principal. (Inherited from IndividualAccessControlEntry.)
Public property RawSid Gets the identifier for the represented user in binary format.
Public property Rights Gets the access rights of the security principal. (Inherited from IndividualAccessControlEntry.)
Public property Sddl Gets the security identifier for the represented user in Security Descriptor Definition Language (SDDL) format.
Public property Sid Gets the unique security identifier of the security principal.

Top

Methods

  Name Description
Public method ToString (Inherited from Object.)

Top

See also

Reference

WindowsAccessControlEntry class

Microsoft.SharePoint.BusinessData.Infrastructure namespace