BdcAccessControlList Class
Contains a list of access control entries (ACEs) specifying access rights for one or more trustees in the Business Data Connectivity (BDC) service.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.Office.BusinessData.Infrastructure.BdcAccessControlList
Namespace: Microsoft.Office.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public NotInheritable Class BdcAccessControlList _
Inherits MarshalByRefObject _
Implements IAccessControlList, IEnumerable(Of IAccessControlEntry), _
IEnumerable
'Usage
Dim instance As BdcAccessControlList
public sealed class BdcAccessControlList : MarshalByRefObject,
IAccessControlList, IEnumerable<IAccessControlEntry>, IEnumerable
Remarks
When you get an ACL from the server, its format will be the human-readable format that would appear in a model file, not the form that is stored in the server. For example, an FBA claim will appear as "ldap:pkmacct" and not as the encoded claim.
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.