AceEnumerator Class
Provides the ability to iterate through the access control entries (ACEs) in an access control list (ACL).
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Current | Gets the current element in the GenericAce collection. This property gets the type-friendly version of the object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MoveNext() | Advances the enumerator to the next element of the GenericAce collection. |
![]() | Reset() | Sets the enumerator to its initial position, which is before the first element in the GenericAce collection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerator::Current | Gets the current element in the collection. |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



