AsnEncodedDataEnumerator Class
Provides the ability to navigate through an AsnEncodedDataCollection object. This class cannot be inherited.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Current | Gets the current AsnEncodedData object in an AsnEncodedDataCollection 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 to the next AsnEncodedData object in an AsnEncodedDataCollection object. |
![]() | Reset() | Sets an enumerator to its initial position. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerator.Current | Gets the current AsnEncodedData object in an AsnEncodedDataCollection object. |
This class implements the IEnumerator interface.
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.



