CertificateProperties interface
Properties of the certificate.
Properties
| creation |
Gets the creation time. |
| description | Gets or sets the description. |
| expiry |
Gets the expiry time of the certificate. |
| is |
Gets the is exportable flag of the certificate. |
| last |
Gets the last modified time. |
| thumbprint | Gets the thumbprint of the certificate. |
Property Details
creationTime
Gets the creation time.
creationTime?: Date
Property Value
Date
description
Gets or sets the description.
description?: string
Property Value
string
expiryTime
Gets the expiry time of the certificate.
expiryTime?: Date
Property Value
Date
isExportable
Gets the is exportable flag of the certificate.
isExportable?: boolean
Property Value
boolean
lastModifiedTime
Gets the last modified time.
lastModifiedTime?: Date
Property Value
Date
thumbprint
Gets the thumbprint of the certificate.
thumbprint?: string
Property Value
string