X509Certificate2Enumerator Class

Definition

Supports a simple iteration over a X509Certificate2Collection object. This class cannot be inherited.

C#
public sealed class X509Certificate2Enumerator : System.Collections.Generic.IEnumerator<System.Security.Cryptography.X509Certificates.X509Certificate2>
C#
public sealed class X509Certificate2Enumerator : System.Collections.IEnumerator
Inheritance
X509Certificate2Enumerator
Implements

Remarks

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. The Reset method also brings the enumerator back to this position. At this position, calling the Current property throws an exception. Therefore, you must call the MoveNext method 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 IEnumerator.

Properties

Current

Gets the current element in the X509Certificate2Collection 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 in the X509Certificate2Collection object.

Reset()

Sets the enumerator to its initial position, which is before the first element in the X509Certificate2Collection object.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IDisposable.Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

IEnumerator.Current

For a description of this member, see Current.

IEnumerator.MoveNext()

For a description of this member, see MoveNext().

IEnumerator.Reset()

For a description of this member, see Reset().

Applies to

Product Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.3, 1.4, 1.6, 2.0, 2.1