<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />

X509CrlStoreSelector

public X509Certificate CertificateChecking { get; set; }

public bool CompleteCrlEnabled { get; set; }

public DateTime? DateAndTime { get; set; }

public bool DeltaCrlIndicatorEnabled { get; set; }

public IList<X509Name> Issuers { get; set; }

An ICollection of X509Name objects

public byte[] IssuingDistributionPoint { get; set; }

public bool IssuingDistributionPointEnabled { get; set; }

public BigInteger MaxBaseCrlNumber { get; set; }

public BigInteger MaxCrlNumber { get; set; }

public BigInteger MinCrlNumber { get; set; }

public virtual object Clone()

public virtual bool Match(X509Crl c)