
public sealed class X509CRLEntryPublic NotInheritable Class X509CRLEntrypublic ref class X509CRLEntry sealed[<SealedAttribute>]
type X509CRLEntry = class end| X509CRLEntry(Asn1Reader) | Initializes a new instance of the X509CRLEntry class from a ASN.1 reader that points to a CRL entry. | 
| 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. | 
| 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. | 
| Encode | Encodes revocation entry to a ASN.1-encoded byte array. | 
| Equals | Compares two X509CRLEntry objects for equality. (Overrides ObjectEquals(Object)) | 
| GetHashCode | (Overrides ObjectGetHashCode) | 
| GetType | (Inherited from Object) | 
| ToString | Gets textual information about revoked certificate. An output contains certificate serial number and revocation date. (Overrides ObjectToString) |