Class CpCryptographicAttributeObject
Inheritance
CpCryptographicAttributeObject
Assembly: CryptoPro.Security.Cryptography.Pkcs.dll
Syntax
public sealed class CpCryptographicAttributeObject
Constructors
CpCryptographicAttributeObject(CryptographicAttributeObject)
Declaration
public CpCryptographicAttributeObject(CryptographicAttributeObject obj)
Parameters
CpCryptographicAttributeObject(Oid)
Declaration
public CpCryptographicAttributeObject(Oid oid)
Parameters
Type |
Name |
Description |
Oid |
oid |
|
CpCryptographicAttributeObject(Oid, AsnEncodedDataCollection)
Declaration
public CpCryptographicAttributeObject(Oid oid, AsnEncodedDataCollection values)
Parameters
Properties
Oid
Declaration
Property Value
Values
Declaration
public AsnEncodedDataCollection Values { get; }
Property Value
Methods
ToOriginal()
Declaration
public CryptographicAttributeObject ToOriginal()
Returns