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
DerObjectIdentifierattrValues
Asn1Set
Properties
AttrType
public DerObjectIdentifier AttrType { get; }
Property Value
AttrValues
public Asn1Set AttrValues { get; }
Property Value
Methods
GetAttributeValues()
public Asn1Encodable[] GetAttributeValues()
Returns
GetInstance(object)
public static AttributeX509 GetInstance(object obj)
Parameters
obj
object
Returns
ToAsn1Object()
public override Asn1Object ToAsn1Object()