AccessControlList Class Members
The following tables list the members exposed by AccessControlList.
Public Constructors
Name | Description | |
---|---|---|
![]() | AccessControlList Constructor | Initializes a new instance of the AccessControlList class. |
Public Properties
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
Protected Properties
Name | Description | |
---|---|---|
![]() | InnerList | (Inherited from System.Collections.CollectionBase) |
![]() | List | (Inherited from System.Collections.CollectionBase) |
Public Methods
Name | Description | |
---|---|---|
![]() | Add | Appends an access control entry to the access control list. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Determines whether the access control list contains a specific access control entry. |
![]() | CopyTo | Copies the entire access control list to a compatible one-dimensional array of access control entries, starting at the specified index of the target array. |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Determines the specific index of an access control entry in the access control list. |
![]() | Insert | Inserts an access control entry into the access control list at the specified position. |
![]() | Remove | Removes the first occurrence of a specific access control entry from the access control list. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Protected Methods
Name | Description | |
---|---|---|
![]() | OnClear | (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | (Inherited from System.Collections.CollectionBase) |
See Also