Class Pkcs12CertificateStore
Inheritance
Pkcs12CertificateStore
Assembly: Lacuna.Pki.dll
Syntax
public class Pkcs12CertificateStore : ICertificateStore
Properties
Certificates
Declaration
public List<PKCertificate> Certificates { get; set; }
Property Value
Methods
GetCertificate(Name, BigInteger)
Declaration
public PKCertificate GetCertificate(Name issuerName, BigInteger serialNumber)
Parameters
Returns
Implements
GetCertificate(Byte[])
Declaration
public PKCertificate GetCertificate(byte[] keyIdentifier)
Parameters
Type |
Name |
Description |
Byte[] |
keyIdentifier |
|
Returns
Implements
GetCertificates(Name)
Declaration
public List<PKCertificate> GetCertificates(Name subjectName)
Parameters
Type |
Name |
Description |
Name |
subjectName |
|
Returns
Implements
GetCertificatesWithKey()
Declaration
public List<PKCertificateWithKey> GetCertificatesWithKey()
Returns
Load(Byte[], String)
Declaration
public static Pkcs12CertificateStore Load(byte[] pkcs12Content, string password)
Parameters
Type |
Name |
Description |
Byte[] |
pkcs12Content |
|
String |
password |
|
Returns