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 administration and runtime components.
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 access control entry (ACE) lists. |
Top
Properties
Name | Description | |
---|---|---|
DecodedNtAuthUsers | Gets the name of the authenticated user account. | |
EncodedAnonymousUsers | Gets a string that represents the anonymous users in Business Data Connectivity (BDC) service database. | |
LocalizedAnonymousUsers | Gets the name of the anonymous account that corresponds to the 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.) | |
Encode | Encodes the claim. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an enumerator to iterate over the access control entries (ACEs) in the access control list (ACL). | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) | |
TranslateAceToFriendlyString | Translates the access control entry (ACE) to an identifiable string. | |
TranslateFriendlyStringToEncodedClaim | Translates the identifiable string to an encoded claim. | |
TranslateFriendlyStringToEncodedClaimUsingContext | Translates the identifiable string to an encoded claim by using the parse context. |
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