AceEnumerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the ability to iterate through the access control entries (ACEs) in an access control list (ACL).
public ref class AceEnumerator sealed : System::Collections::IEnumerator
public sealed class AceEnumerator : System.Collections.IEnumerator
type AceEnumerator = class
interface IEnumerator
Public NotInheritable Class AceEnumerator
Implements IEnumerator
- Inheritance
-
AceEnumerator
- Implements
Properties
Current |
Gets the current element in the GenericAce collection. This property gets the type-friendly version of the object. |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
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) |
Explicit Interface Implementations
IEnumerator.Current |
Gets the current element in the collection. |