public class X509CrlStoreSelector : ISelector<X509Crl>,
ICloneable, ICheckingCertificate
Public Class X509CrlStoreSelector
Implements ISelector(Of X509Crl), ICloneable,
ICheckingCertificate
public ref class X509CrlStoreSelector : ISelector<X509Crl^>,
ICloneable, ICheckingCertificate
Org.BouncyCastle.X509.Store.X509CrlStoreSelector = function();
Type.createClass(
'Org.BouncyCastle.X509.Store.X509CrlStoreSelector',
null,
Org.BouncyCastle.Utilities.Collections.ISelector`1,
ICloneable,
Org.BouncyCastle.X509.Store.ICheckingCertificate);
X509CrlStoreSelector | Initializes a new instance of the X509CrlStoreSelector class |
X509CrlStoreSelector(X509CrlStoreSelector) | Initializes a new instance of the X509CrlStoreSelector class |
AttrCertChecking | |
CertificateChecking | |
CompleteCrlEnabled | |
DateAndTime | |
DeltaCrlIndicatorEnabled | |
Issuers |
An C#
C#
|
IssuingDistributionPoint | |
IssuingDistributionPointEnabled | |
MaxBaseCrlNumber | |
MaxCrlNumber | |
MinCrlNumber |
Clone | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Match | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |