Table of Contents

Class X509CrlStoreSelector

Namespace
Org.BouncyCastle.X509.Store
Assembly
BouncyCastle.Cryptography.dll
public class X509CrlStoreSelector : ISelector<X509Crl>, ICloneable, ICheckingCertificate
Inheritance
X509CrlStoreSelector
Implements
Inherited Members

Constructors

X509CrlStoreSelector()

public X509CrlStoreSelector()

X509CrlStoreSelector(X509CrlStoreSelector)

public X509CrlStoreSelector(X509CrlStoreSelector o)

Parameters

o X509CrlStoreSelector

Properties

AttrCertChecking

public X509V2AttributeCertificate AttrCertChecking { get; set; }

Property Value

X509V2AttributeCertificate

CertificateChecking

public X509Certificate CertificateChecking { get; set; }

Property Value

X509Certificate

CompleteCrlEnabled

public bool CompleteCrlEnabled { get; set; }

Property Value

bool

DateAndTime

public DateTime? DateAndTime { get; set; }

Property Value

DateTime?

DeltaCrlIndicatorEnabled

public bool DeltaCrlIndicatorEnabled { get; set; }

Property Value

bool

Issuers

An

ICollection
of
X509Name
objects
public IList<X509Name> Issuers { get; set; }

Property Value

IList<X509Name>

IssuingDistributionPoint

public byte[] IssuingDistributionPoint { get; set; }

Property Value

byte[]

IssuingDistributionPointEnabled

public bool IssuingDistributionPointEnabled { get; set; }

Property Value

bool

MaxBaseCrlNumber

public BigInteger MaxBaseCrlNumber { get; set; }

Property Value

BigInteger

MaxCrlNumber

public BigInteger MaxCrlNumber { get; set; }

Property Value

BigInteger

MinCrlNumber

public BigInteger MinCrlNumber { get; set; }

Property Value

BigInteger

Methods

Clone()

Creates a new object that is a copy of the current instance.

public virtual object Clone()

Returns

object

A new object that is a copy of this instance.

Match(X509Crl)

Match the passed in object, returning true if it would be selected by this selector, false otherwise.

public virtual bool Match(X509Crl c)

Parameters

c X509Crl

Returns

bool
true
if the objects is matched by this selector, false otherwise.