CertInfo

Overview

CertInfo is a interface in Aspose.PDF FOSS for TypeScript.

Summary of the signer’s X.509 certificate.

Properties: issuer, notAfter, notBefore, serialNumber, subject.

Properties

NameTypeAccessDescription
subject: stringReadGets the subject.
issuer: stringReadGets the issuer.
serialNumber: stringReadGets the serial number.
notBefore: DateReadGets the not before.
notAfter: DateReadGets the not after.