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

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

    Class CpCryptographicAttributeObject

    Inheritance
    object
    CpCryptographicAttributeObject
    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 CpCryptographicAttributeObject

    Constructors

    CpCryptographicAttributeObject(CryptographicAttributeObject)

    Declaration
    public CpCryptographicAttributeObject(CryptographicAttributeObject obj)
    Parameters
    Type Name Description
    CryptographicAttributeObject obj

    CpCryptographicAttributeObject(Oid)

    Declaration
    public CpCryptographicAttributeObject(Oid oid)
    Parameters
    Type Name Description
    Oid oid

    CpCryptographicAttributeObject(Oid, AsnEncodedDataCollection)

    Declaration
    public CpCryptographicAttributeObject(Oid oid, AsnEncodedDataCollection values)
    Parameters
    Type Name Description
    Oid oid
    AsnEncodedDataCollection values

    Properties

    Oid

    Declaration
    public Oid Oid { get; }
    Property Value
    Type Description
    Oid

    Values

    Declaration
    public AsnEncodedDataCollection Values { get; }
    Property Value
    Type Description
    AsnEncodedDataCollection

    Methods

    ToOriginal()

    Declaration
    public CryptographicAttributeObject ToOriginal()
    Returns
    Type Description
    CryptographicAttributeObject
    В этом разделе
    Наверх Generated by DocFX