System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator.Current Property

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

Syntax

public X509ChainElement Current { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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