Table of Contents

Class AttributeTypeAndValue

Namespace
Enterprises.Org.BouncyCastle.Asn1.Crmf
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class AttributeTypeAndValue : Asn1Encodable, IAsn1Convertible
Inheritance
AttributeTypeAndValue
Implements
Inherited Members

Constructors

AttributeTypeAndValue(DerObjectIdentifier, Asn1Encodable)

public AttributeTypeAndValue(DerObjectIdentifier type, Asn1Encodable value)

Parameters

type DerObjectIdentifier
value Asn1Encodable

AttributeTypeAndValue(string, Asn1Encodable)

public AttributeTypeAndValue(string oid, Asn1Encodable value)

Parameters

oid string
value Asn1Encodable

Properties

Type

public virtual DerObjectIdentifier Type { get; }

Property Value

DerObjectIdentifier

Value

public virtual Asn1Encodable Value { get; }

Property Value

Asn1Encodable

Methods

GetInstance(object)

public static AttributeTypeAndValue GetInstance(object obj)

Parameters

obj object

Returns

AttributeTypeAndValue

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object