Show / Hide Table of Contents

Class Pkcs12CertificateStore

Inheritance
Object
Pkcs12CertificateStore
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.Stores
Assembly: Lacuna.Pki.dll
Syntax
public class Pkcs12CertificateStore : ICertificateStore

Properties

Certificates

Declaration
public List<PKCertificate> Certificates { get; set; }
Property Value
Type Description
List<PKCertificate>

Methods

GetCertificate(Name, BigInteger)

Declaration
public PKCertificate GetCertificate(Name issuerName, BigInteger serialNumber)
Parameters
Type Name Description
Name issuerName
BigInteger serialNumber
Returns
Type Description
PKCertificate
Implements
ICertificateStore.GetCertificate(Name, BigInteger)

GetCertificate(Byte[])

Declaration
public PKCertificate GetCertificate(byte[] keyIdentifier)
Parameters
Type Name Description
Byte[] keyIdentifier
Returns
Type Description
PKCertificate
Implements
ICertificateStore.GetCertificate(Byte[])

GetCertificates(Name)

Declaration
public List<PKCertificate> GetCertificates(Name subjectName)
Parameters
Type Name Description
Name subjectName
Returns
Type Description
List<PKCertificate>
Implements
ICertificateStore.GetCertificates(Name)

GetCertificatesWithKey()

Declaration
public List<PKCertificateWithKey> GetCertificatesWithKey()
Returns
Type Description
List<PKCertificateWithKey>

Load(Byte[], String)

Declaration
public static Pkcs12CertificateStore Load(byte[] pkcs12Content, string password)
Parameters
Type Name Description
Byte[] pkcs12Content
String password
Returns
Type Description
Pkcs12CertificateStore
Back to top Copyright © 2015-2020 Lacuna Software