Interface ICertificateRevocation

interface ICertificateRevocation {
    revocationDate?: string;
    serialNumberInHex: string;
}

Properties

revocationDate?: string

Certificate revocation date. Date of invalidating a certificate before its scheduled expiration date. If not provided, the revocationDate will be set to the current date.

serialNumberInHex: string

Unique number issued by the certificate issuer.