Class AttributeTable
- Namespace
- Org.BouncyCastle.Asn1.X509
- Assembly
- BouncyCastle.Cryptography.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(IDictionary<DerObjectIdentifier, AttributeX509>)
public AttributeTable(IDictionary<DerObjectIdentifier, AttributeX509> attrs)
Parameters
attrs IDictionary<DerObjectIdentifier, AttributeX509>
Methods
Get(DerObjectIdentifier)
public AttributeX509 Get(DerObjectIdentifier oid)
Parameters
oid DerObjectIdentifier
Returns
- AttributeX509
ToDictionary()
public IDictionary<DerObjectIdentifier, AttributeX509> ToDictionary()
Returns
- IDictionary<DerObjectIdentifier, AttributeX509>