Table of Contents

Class AttributeX509

Namespace
Enterprises.Org.BouncyCastle.Asn1.X509
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class AttributeX509 : Asn1Encodable, IAsn1Convertible
Inheritance
AttributeX509
Implements
Derived
Inherited Members

Constructors

AttributeX509(DerObjectIdentifier, Asn1Set)

public AttributeX509(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

GetAttributeValues()

public Asn1Encodable[] GetAttributeValues()

Returns

Asn1Encodable[]

GetInstance(object)

public static AttributeX509 GetInstance(object obj)

Parameters

obj object

Returns

AttributeX509

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object