Show / Hide Table of Contents
Editar no GitHub

Interface ICertificateStore

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

Methods

| Improve this Doc View Source

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
| Improve this Doc View Source

GetCertificate(Byte[])

Find a certificate by its Key Identifier

Declaration
PKCertificate GetCertificate(byte[] keyIdentifier)
Parameters
Type Name Description
Byte[] keyIdentifier
Returns
Type Description
PKCertificate
| Improve this Doc View Source

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