Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

X509ExtensionEnumerator Class

Supports a simple iteration over a X509ExtensionCollection. This class cannot be inherited.

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in system.dll)

public sealed class X509ExtensionEnumerator : IEnumerator
public final class X509ExtensionEnumerator implements IEnumerator
public final class X509ExtensionEnumerator implements IEnumerator
Not applicable.

Enumerators provide read-only access to the data in the collection. Enumerators cannot be used to modify the underlying collection.

Initially, the enumerator is positioned before the first element in the collection. Reset also brings the enumerator back to this position. At this position, calling Current throws an exception. Therefore, you must call MoveNext to advance the enumerator to the first element of the collection before reading the value of Current.

This class inherits from the IEnumerator interface. For more information about enumerating over a collection, see the IEnumerator topic.

System.Object
  System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

Show:
© 2017 Microsoft