Class Pkcs12Entry
  
  
  
    - Namespace
- Enterprises.Org.BouncyCastle.Pkcs
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
 
  
  
  
    public abstract class Pkcs12Entry
   
  
    - Inheritance
- 
      
      Pkcs12Entry 
    - Derived
- 
      
      
    
    - Inherited Members
- 
    
    
    
    
    
    
    
  
Constructors
  
  
  Pkcs12Entry(IDictionary)
  
  
  
  
  
    protected Pkcs12Entry(IDictionary attributes)
   
  Parameters
  
    - attributesIDictionary
Properties
  
  
  BagAttributeKeys
  
  
  
  
  
    public IEnumerable BagAttributeKeys { get; }
   
  Property Value
  
    - IEnumerable
  this[DerObjectIdentifier]
  
  
  
  
  
    public Asn1Encodable this[DerObjectIdentifier oid] { get; }
   
  Parameters
  
    - oidDerObjectIdentifier
Property Value
  
    - Asn1Encodable
  this[string]
  
  
  
  
  
    public Asn1Encodable this[string oid] { get; }
   
  Parameters
  
    - oidstring
Property Value
  
    - Asn1Encodable
Methods
  
  
  GetBagAttribute(DerObjectIdentifier)
  
  
  
  
  
    [Obsolete("Use 'object[index]' syntax instead")]
public Asn1Encodable GetBagAttribute(DerObjectIdentifier oid)
   
  Parameters
  
    - oidDerObjectIdentifier
Returns
  
    - Asn1Encodable
  GetBagAttribute(string)
  
  
  
  
  
    [Obsolete("Use 'object[index]' syntax instead")]
public Asn1Encodable GetBagAttribute(string oid)
   
  Parameters
  
    - oidstring
Returns
  
    - Asn1Encodable
  GetBagAttributeKeys()
  
  
  
  
  
    [Obsolete("Use 'BagAttributeKeys' property")]
public IEnumerator GetBagAttributeKeys()
   
  Returns
  
    - IEnumerator