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
attributes
IDictionary
Properties
BagAttributeKeys
public IEnumerable BagAttributeKeys { get; }
Property Value
- IEnumerable
this[DerObjectIdentifier]
public Asn1Encodable this[DerObjectIdentifier oid] { get; }
Parameters
oid
DerObjectIdentifier
Property Value
- Asn1Encodable
this[string]
public Asn1Encodable this[string oid] { get; }
Parameters
oid
string
Property Value
- Asn1Encodable
Methods
GetBagAttribute(DerObjectIdentifier)
[Obsolete("Use 'object[index]' syntax instead")]
public Asn1Encodable GetBagAttribute(DerObjectIdentifier oid)
Parameters
oid
DerObjectIdentifier
Returns
- Asn1Encodable
GetBagAttribute(string)
[Obsolete("Use 'object[index]' syntax instead")]
public Asn1Encodable GetBagAttribute(string oid)
Parameters
oid
string
Returns
- Asn1Encodable
GetBagAttributeKeys()
[Obsolete("Use 'BagAttributeKeys' property")]
public IEnumerator GetBagAttributeKeys()
Returns
- IEnumerator