X509CRLEntry Class |
Namespace: System.Security.Cryptography.X509Certificates
The X509CRLEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| X509CRLEntry(Byte) |
Initializes a new instance of the X509CRLEntry class from a ASN.1-encoded byte array.
| |
| X509CRLEntry(String, NullableDateTime, Int32) |
Initializes a new instance of the X509CRLEntry class from a serial number, revocation date and revocation reason code.
|
| Name | Description | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RawData |
Gets the ASN.1-encoded byte array.
| |||||||||||||||||||||||
| ReasonCode |
Gets the revocation reason code. The possible codes and their values are:
| |||||||||||||||||||||||
| ReasonMessage |
Gets the textual representation of RevocationCode. See ReasonCode for the list of possible values
and code meanings.
| |||||||||||||||||||||||
| RevocationDate |
Gets the date and time when certificate was revoked by an issuer.
| |||||||||||||||||||||||
| SerialNumber |
Gets the serial number of the revoked certificate.
|
| Name | Description | |
|---|---|---|
| Encode |
Encodes revocation entry to a ASN.1-encoded byte array.
| |
| Equals |
Compares two X509CRLEntry objects for equality.
(Overrides ObjectEquals(Object).) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Gets textual information about revoked certificate. An output contains certificate serial number and revocation date.
(Overrides ObjectToString.) |