Show / Hide Table of Contents
Editar no GitHub

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

| Improve this Doc View Source

Certificates

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

Methods

| Improve this Doc View Source

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

GetCertificate(Byte[])

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

GetCertificates(Name)

Declaration
public List<PKCertificate> GetCertificates(Name subjectName)
Parameters
Type Name Description
Name subjectName
Returns
Type Description
List<PKCertificate>
Implements
ICertificateStore.GetCertificates(Name)
| Improve this Doc View Source

GetCertificatesWithKey()

Declaration
public List<PKCertificateWithKey> GetCertificatesWithKey()
Returns
Type Description
List<PKCertificateWithKey>
| Improve this Doc View Source

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