System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator.Current Property

Gets the current element in the System.Security.Cryptography.X509Certificates.X509Certificate2Collection object.

Syntax

public X509Certificate2 Current { get; }

Value

Documentation for this section has not yet been entered.

Remarks

System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator does not move the position of the enumerator. Consecutive calls to the X509Certificate2Enumerator.Current property return the same object until either the X509Certificate2Enumerator.MoveNext or X509Certificate2Enumerator.Reset method is called.

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0