BdcAccessControlList Members
Include Protected Members
Include Inherited Members
Contains a list of access control entries (ACEs) specifying access rights for one or more trustees in the Business Data Connectivity (BDC) service.
The BdcAccessControlList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BdcAccessControlList() | Initializes a new instance of the class. | |
BdcAccessControlList(IList<IAccessControlEntry>) | Initializes a new instance of the class by using an access control entry (ACE) list. |
Top
Properties
Name | Description | |
---|---|---|
DecodedNtAuthUsers | Gets the name of the authenticated user account. | |
LocalizedAnonymousUsers | Gets the name of the anonymous account that corresponds to the System.Security.Principal.WellKnownSidType.AnonymousSid and that is localized based on the locale of the computer that the code is running on. | |
LocalizedNtAuthUsers | Gets the name of the authenticated user account that corresponds to the System.Security.Principal.WellKnownSidType.AuthenticatedUserSid and that is localized based on the locale of the computer that the code is running on. |
Top
Methods
Name | Description | |
---|---|---|
AccessCheck | Determines whether the current client context has the specified rights in the Business Data Connectivity (BDC) service. | |
Add | Appends an access control entry (ACE) to the access control list (ACL). | |
Clear | Removes all access control entries (ACEs) from the access control list (ACL). | |
Clone | Creates a shallow copy of the current object. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
GetEnumerator | Gets an enumerator to iterate over the access control entries (ACEs) in the access control list (ACL). | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Gets an enumerator to iterate over the access control entries (ACEs) in the access control list (ACL). |
Top