The IAccessControlList interface contains properties and methods of access control list.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of elements in the control list. |
![]() |
Item | The Item property returns access control element. |
| Method name | Brief description | |
![]() |
AddAce | The AddAce method adds an access control element. |
![]() |
Append | The Append method adds an access control element from another list. |
![]() |
Assign | The Assign method replaces list elements with element from another access control list. |
![]() |
Clear | The Clear method clears the list of access control elements. |
![]() |
Remove | The Remove method removes access control element and returns whether deletion is successful. |
See also: