Click or drag to resize
MimeKit

X509CrlRecord Class

An X.509 certificate revocation list (CRL) record.
Inheritance Hierarchy
SystemObject
  MimeKit.CryptographyX509CrlRecord

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class X509CrlRecord

The X509CrlRecord type exposes the following members.

Constructors
 NameDescription
Public methodX509CrlRecord Initialize a new instance of the X509CrlRecord class.
Public methodX509CrlRecord(X509Crl) Initialize a new instance of the X509CrlRecord class.
Top
Properties
 NameDescription
Public propertyCrl Gets the certificate revocation list.
Public propertyId Gets the identifier.
Public propertyIsDelta Gets whether or not this certificate revocation list is a delta.
Public propertyIssuerName Gets the issuer name of the certificate revocation list.
Public propertyNextUpdate Gets the date and time when the next CRL update will be published.
Public propertyThisUpdate Gets the date and time of the most recent update.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
Represents an X.509 certificate revocation list record loaded from a database.
See Also