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

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

    Class CpCryptographicAttributeObjectCollection

    Inheritance
    object
    CpCryptographicAttributeObjectCollection
    Implements
    ICollection
    IEnumerable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CryptoPro.Security.Cryptography
    Assembly: CryptoPro.Security.Cryptography.Pkcs.dll
    Syntax
    public sealed class CpCryptographicAttributeObjectCollection : ICollection, IEnumerable

    Constructors

    CpCryptographicAttributeObjectCollection()

    Declaration
    public CpCryptographicAttributeObjectCollection()

    CpCryptographicAttributeObjectCollection(CpCryptographicAttributeObject)

    Declaration
    public CpCryptographicAttributeObjectCollection(CpCryptographicAttributeObject attribute)
    Parameters
    Type Name Description
    CpCryptographicAttributeObject attribute

    CpCryptographicAttributeObjectCollection(CryptographicAttributeObject)

    Declaration
    public CpCryptographicAttributeObjectCollection(CryptographicAttributeObject attribute)
    Parameters
    Type Name Description
    CryptographicAttributeObject attribute

    CpCryptographicAttributeObjectCollection(CryptographicAttributeObjectCollection)

    Declaration
    public CpCryptographicAttributeObjectCollection(CryptographicAttributeObjectCollection collection)
    Parameters
    Type Name Description
    CryptographicAttributeObjectCollection collection

    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 CpCryptographicAttributeObject this[int index] { get; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    CpCryptographicAttributeObject

    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

    Add(CpCryptographicAttributeObject)

    Declaration
    public int Add(CpCryptographicAttributeObject attribute)
    Parameters
    Type Name Description
    CpCryptographicAttributeObject attribute
    Returns
    Type Description
    int

    Add(AsnEncodedData)

    Declaration
    public int Add(AsnEncodedData asnEncodedData)
    Parameters
    Type Name Description
    AsnEncodedData asnEncodedData
    Returns
    Type Description
    int

    CopyTo(CpCryptographicAttributeObject[], int)

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

    GetEnumerator()

    Declaration
    public CpCryptographicAttributeObjectEnumerator GetEnumerator()
    Returns
    Type Description
    CpCryptographicAttributeObjectEnumerator

    Remove(CpCryptographicAttributeObject)

    Declaration
    public void Remove(CpCryptographicAttributeObject attribute)
    Parameters
    Type Name Description
    CpCryptographicAttributeObject attribute

    ToOriginalCollection()

    Declaration
    public CryptographicAttributeObjectCollection ToOriginalCollection()
    Returns
    Type Description
    CryptographicAttributeObjectCollection

    Implements

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