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.​Cryptography.​AsnEncodedDataEnumerator
Assembly: System.Security.Cryptography
Inheritance: object → AsnEncodedDataEnumerator
Provides the ability to navigate through an <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection" /> object. This class cannot be inherited.
Properties
public
AsnEncodedData
Current
Gets the current <see cref="T:System.Security.Cryptography.AsnEncodedData" /> object in an <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection" /> object.
Methods
public
bool
MoveNext​() 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.
Advances to the next <see cref="T:System.Security.Cryptography.AsnEncodedData" /> object in an <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection" /> object.
public
void
Reset​()
Sets an enumerator to its initial position.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object