Show / Hide Table of Contents

Interface ICertificateStore

Namespace: Lacuna.Pki.Stores
Assembly: Lacuna.Pki.dll
Syntax
public interface ICertificateStore

Methods

GetCertificate(Name, BigInteger)

Find a certificate by its Issuer Name and Serial Number

Declaration
PKCertificate GetCertificate(Name issuerName, BigInteger serialNumber)
Parameters
Type Name Description
Name issuerName

Certificate's issuer name

BigInteger serialNumber

Certificate's serial number

Returns
Type Description
PKCertificate

GetCertificate(Byte[])

Find a certificate by its Key Identifier

Declaration
PKCertificate GetCertificate(byte[] keyIdentifier)
Parameters
Type Name Description
Byte[] keyIdentifier
Returns
Type Description
PKCertificate

GetCertificates(Name)

Find one or more certificates by its Subject Name

Declaration
List<PKCertificate> GetCertificates(Name subjectName)
Parameters
Type Name Description
Name subjectName
Returns
Type Description
List<PKCertificate>
Back to top Copyright © 2015-2020 Lacuna Software