RevokeCertificate interface
Defines the certificate revocation properties.
Properties
| effective |
The timestamp when the revocation is effective. |
| reason | Reason for the revocation. |
| remarks | Remarks for the revocation. |
| serial |
Serial number of the certificate. |
| thumbprint | Thumbprint of the certificate. |
Property Details
effectiveAt
The timestamp when the revocation is effective.
effectiveAt: Date
Property Value
Date
reason
Reason for the revocation.
reason: string
Property Value
string
remarks
Remarks for the revocation.
remarks?: string
Property Value
string
serialNumber
Serial number of the certificate.
serialNumber: string
Property Value
string
thumbprint
Thumbprint of the certificate.
thumbprint: string
Property Value
string