System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator.Current Property

Gets the current element in the System.Security.Cryptography.X509Certificates.X509ExtensionCollection.

Syntax

public X509Extension Current { get; }

Value

Documentation for this section has not yet been entered.

Remarks

System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator does not move the position of the enumerator and consecutive calls to X509ExtensionEnumerator.Current return the same object until either X509ExtensionEnumerator.MoveNext or X509ExtensionEnumerator.Reset 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