Table of Contents

Class Attribute

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

Constructors

Attribute(Asn1Sequence)

public Attribute(Asn1Sequence seq)

Parameters

seq Asn1Sequence

Attribute(DerObjectIdentifier, Asn1Set)

public Attribute(DerObjectIdentifier attrType, Asn1Set attrValues)

Parameters

attrType DerObjectIdentifier
attrValues Asn1Set

Properties

AttrType

public DerObjectIdentifier AttrType { get; }

Property Value

DerObjectIdentifier

AttrValues

public Asn1Set AttrValues { get; }

Property Value

Asn1Set

Methods

GetInstance(object)

public static Attribute GetInstance(object obj)

Parameters

obj object

Returns

Attribute

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object