The object’s properties describe the certificate’s details:
Property List
| Name | Description | 
|---|---|
| Algorithm | String that provides information about the certificate’s algorithm. | 
| Issuer | Name of the authority that issued the certificate. | 
| NotAfter | The date after which the certificate is no longer valid. | 
| NotBefore | The date before which the certificate is not yet valid. | 
| PublicKey | String that contains the public key information of the certificate. | 
| SerialNumber | String that contains the certificate’s serial number. | 
| Subject | Name of the certificate. | 
| Version | String that specifies the version of the certificate. | 
