CertificateProperties interface

Properties of the certificate.

Properties

creationTime

Gets the creation time.

description

Gets or sets the description.

expiryTime

Gets the expiry time of the certificate.

isExportable

Gets the is exportable flag of the certificate.

lastModifiedTime

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