Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Security.​AccessControl.​AceEnumerator

Assembly: System.Security.AccessControl

Inheritance: object → AceEnumerator

Implemented Interfaces

Provides the ability to iterate through the access control entries (ACEs) in an access control list (ACL).

Properties

public GenericAce
Current
Gets the current element in the <see cref="T:System.Security.AccessControl.GenericAce" /> collection. This property gets the type-friendly version of the object.

Methods

public bool
MoveNext​()
Advances the enumerator to the next element of the <see cref="T:System.Security.AccessControl.GenericAce" /> collection.
Returns <see langword="true" /> if the enumerator was successfully advanced to the next element; <see langword="false" /> if the enumerator has passed the end of the collection.
public void
Reset​()
Sets the enumerator to its initial position, which is before the first element in the <see cref="T:System.Security.AccessControl.GenericAce" /> collection.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object