X509CRL2 Methods |
The X509CRL2 type exposes the following members.
Name | Description | |
---|---|---|
CertificateInCrl |
Verifies whether the specified certificate is in the current revocation list.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Encode(EncodingType) |
Encodes the current X509CRL2 object to a form specified in the encoding parameter.
| |
Encode(X509EncodingType) |
Encodes the current X509CRL2 object and sends result to the output.
| |
Equals |
Determines whether the specified object is equal to the current object. Two CRLs are equal when
they have same version, type, issuer, CRL number and ThisUpdate values.
(Overrides ObjectEquals(Object).) | |
Export |
Exports the current X509CRL2 object to a file.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Overrides ObjectFinalize.) | |
GetCRLNumber |
Gets certificate revocation list sequence number.
| |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetNextPublish |
Gets the date and time when the next CRL is planned to be published. The method uses either Next CRL Publish extension
or NextUpdate field to determine when a newer version should be issued.
| |
GetSafeContext |
Gets a SafeCRLHandleContext for the X509 certificate revocation list. The caller of this
method owns the returned safe handle, and should dispose of it when they no longer need it.
This handle can be used independently of the lifetime of the original X509 certificate revocation list.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasDelta |
Indiciates whether the current Base CRL has configured to use Delta CRLs too.
| |
Import(Byte) | Obsolete.
Populates an X509CRL2 object with the CRL information from a DER-encoded byte array.
| |
Import(String) | Obsolete.
Populates an X509CRL2 object with the CRL information from a file.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Reset |
Resets the state of an X509CRL2.
| |
ShowUI |
Displays a X.509 Certificate Revocation List UI dialog.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ToString(Boolean) |
Displays an X.509 certificate revocation list in text format.
| |
VerifySignature |
Verifies whether the specified certificate is an issuer of this CRL by verifying CRL signature
against specified certificate's public key.
|