WindowsAccessControlEntry Class

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.

Inheritance Hierarchy

System.Object
  Microsoft.Office.BusinessData.Infrastructure.IndividualAccessControlEntry
    Microsoft.Office.BusinessData.Infrastructure.WindowsAccessControlEntry

Namespace:  Microsoft.Office.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public NotInheritable Class WindowsAccessControlEntry _
    Inherits IndividualAccessControlEntry
'Usage
Dim instance As WindowsAccessControlEntry
public sealed class WindowsAccessControlEntry : IndividualAccessControlEntry

Remarks

For performance reasons, WindowsAccessControlEntry does a lazy verification of the names it is given because verification often requires an Active Directory call. Calling the Sid, Sddl, or RawSid properties causes resolution to occur. If the account turns out to not be valid, an InvalidOperationException is thrown. Resolution can be fairly slow if the Active Directory is busy, and may fail if Active Directory is down.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WindowsAccessControlEntry Members

Microsoft.Office.BusinessData.Infrastructure Namespace