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
Properties
AttrCertChecking
public X509V2AttributeCertificate AttrCertChecking { get; set; }
Property Value
CertificateChecking
public X509Certificate CertificateChecking { get; set; }
Property Value
CompleteCrlEnabled
public bool CompleteCrlEnabled { get; set; }
Property Value
DateAndTime
public DateTime? DateAndTime { get; set; }
Property Value
DeltaCrlIndicatorEnabled
public bool DeltaCrlIndicatorEnabled { get; set; }
Property Value
Issuers
An
ICollection of X509Name objects
public IList<X509Name> Issuers { get; set; }
Property Value
IssuingDistributionPoint
public byte[] IssuingDistributionPoint { get; set; }
Property Value
- byte[]
IssuingDistributionPointEnabled
public bool IssuingDistributionPointEnabled { get; set; }
Property Value
MaxBaseCrlNumber
public BigInteger MaxBaseCrlNumber { get; set; }
Property Value
MaxCrlNumber
public BigInteger MaxCrlNumber { get; set; }
Property Value
MinCrlNumber
public BigInteger MinCrlNumber { get; set; }
Property Value
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
cX509Crl
Returns
- bool
if the objects is matched by this selector, false otherwise.true