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

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

    Class CpX509ChainElementCollection

    Inheritance
    object
    CpX509ChainElementCollection
    Implements
    ICollection
    IEnumerable<CpX509ChainElement>
    IEnumerable
    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 CpX509ChainElementCollection : ICollection, IEnumerable<CpX509ChainElement>, IEnumerable

    Properties

    Count

    Gets the number of elements contained in the ICollection.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int

    The number of elements contained in the ICollection.

    IsSynchronized

    Gets a value indicating whether access to the ICollection is synchronized (thread safe).

    Declaration
    public bool IsSynchronized { get; }
    Property Value
    Type Description
    bool

    true if access to the ICollection is synchronized (thread safe); otherwise, false.

    this[int]

    Declaration
    public CpX509ChainElement this[int index] { get; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    CpX509ChainElement

    SyncRoot

    Gets an object that can be used to synchronize access to the ICollection.

    Declaration
    public object SyncRoot { get; }
    Property Value
    Type Description
    object

    An object that can be used to synchronize access to the ICollection.

    Methods

    CopyTo(X509ChainElement[], int)

    Declaration
    public void CopyTo(X509ChainElement[] array, int index)
    Parameters
    Type Name Description
    X509ChainElement[] array
    int index

    GetEnumerator()

    Declaration
    public CpX509ChainElementEnumerator GetEnumerator()
    Returns
    Type Description
    CpX509ChainElementEnumerator

    Implements

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