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
| Name | Type | Access | Description |
|---|---|---|---|
subject | : string | Read | Gets the subject. |
issuer | : string | Read | Gets the issuer. |
serialNumber | : string | Read | Gets the serial number. |
notBefore | : Date | Read | Gets the not before. |
notAfter | : Date | Read | Gets the not after. |