КриптоПро .NET
Search Results for

    Показать/Скрыть содержание

    Class CpX509Certificate2Enumerator

    Inheritance
    object
    CpX509Certificate2Enumerator
    Implements
    IEnumerator<CpX509Certificate2>
    IEnumerator
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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()

    Implements

    IEnumerator<T>
    IEnumerator
    IDisposable
    В этом разделе
    Наверх Generated by DocFX