Class CpX509Certificate2Enumerator
Inherited Members
Namespace: CryptoPro.Security.Cryptography.X509Certificates
Assembly: CryptoPro.Security.Cryptography.dll
Syntax
public sealed class CpX509Certificate2Enumerator : IEnumerator<CpX509Certificate2>, IEnumerator, IDisposable
Properties
Current
Gets the element in the collection at the current position of the enumerator.
Declaration
public CpX509Certificate2 Current { get; }
Property Value
Type | Description |
---|---|
CpX509Certificate2 | The element in the collection at the current position of the enumerator. |
Methods
MoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
bool |
Reset()
Declaration
public void Reset()