Show / Hide Table of Contents

Class CertificateSelectorByIssuerAndSerialNumber

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

Constructors

CertificateSelectorByIssuerAndSerialNumber(Name, BigInteger)

Declaration
public CertificateSelectorByIssuerAndSerialNumber(Name issuerName, BigInteger serialNumber)
Parameters
Type Name Description
Name issuerName
BigInteger serialNumber

Properties

Predicate

Declaration
public Predicate<PKCertificate> Predicate { get; }
Property Value
Type Description
Predicate<PKCertificate>
Back to top Copyright © 2015-2020 Lacuna Software