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
  
    - vAsn1EncodableVector
  AttributeTable(Asn1Set)
  
  
  
  
  
    public AttributeTable(Asn1Set s)
   
  Parameters
  
    - sAsn1Set
  AttributeTable(Hashtable)
  
  
  
  
  
    [Obsolete]
public AttributeTable(Hashtable attrs)
   
  Parameters
  
    - attrsHashtable
  AttributeTable(IDictionary)
  
  
  
  
  
    public AttributeTable(IDictionary attrs)
   
  Parameters
  
    - attrsIDictionary
Methods
  
  
  Get(DerObjectIdentifier)
  
  
  
  
  
    public AttributeX509 Get(DerObjectIdentifier oid)
   
  Parameters
  
    - oidDerObjectIdentifier
Returns
  
    - AttributeX509
  ToDictionary()
  
  
  
  
  
    public IDictionary ToDictionary()
   
  Returns
  
    - IDictionary
  ToHashtable()
  
  
  
  
  
    [Obsolete("Use 'ToDictionary' instead")]
public Hashtable ToHashtable()
   
  Returns
  
    - Hashtable