Class AttributeTable
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.X509
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class AttributeTable
- Inheritance
-
AttributeTable
- Inherited Members
-
Constructors
AttributeTable(Asn1EncodableVector)
public AttributeTable(Asn1EncodableVector v)
Parameters
v
Asn1EncodableVector
AttributeTable(Asn1Set)
public AttributeTable(Asn1Set s)
Parameters
s
Asn1Set
AttributeTable(Hashtable)
[Obsolete]
public AttributeTable(Hashtable attrs)
Parameters
attrs
Hashtable
AttributeTable(IDictionary)
public AttributeTable(IDictionary attrs)
Parameters
attrs
IDictionary
Methods
Get(DerObjectIdentifier)
public AttributeX509 Get(DerObjectIdentifier oid)
Parameters
oid
DerObjectIdentifier
Returns
- AttributeX509
ToDictionary()
public IDictionary ToDictionary()
Returns
- IDictionary
ToHashtable()
[Obsolete("Use 'ToDictionary' instead")]
public Hashtable ToHashtable()
Returns
- Hashtable