|  | X509Crl | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class X509CrlRecord
The X509CrlRecord type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | X509CrlRecord | Initialize a new instance of the X509CrlRecord class. | 
|  | X509CrlRecord(X509Crl) | Initialize a new instance of the X509CrlRecord class. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Crl | Gets the certificate revocation list. | 
|  | Id | Gets the identifier. | 
|  | IsDelta | Gets whether this certificate revocation list is a delta. | 
|  | IssuerName | Gets the issuer name of the certificate revocation list. | 
|  | NextUpdate | Gets the date and time when the next CRL update will be published. | 
|  | ThisUpdate | Gets the date and time of the most recent update. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object) | 
|  | Finalize | (Inherited from Object) | 
|  | GetHashCode | (Inherited from Object) | 
|  | GetType | (Inherited from Object) | 
|  | MemberwiseClone | (Inherited from Object) | 
|  | ToString | (Inherited from Object) | 
 Remarks
Remarks See Also
See Also