Click or drag to resize

X509CRLEntry Methods

The X509CRLEntry type exposes the following members.

Methods
  NameDescription
Public methodEncode
Encodes revocation entry to a ASN.1-encoded byte array.
Public methodEquals
Compares two X509CRLEntry objects for equality.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets textual information about revoked certificate. An output contains certificate serial number and revocation date.
(Overrides ObjectToString.)
Top
See Also