CertificateDetails interface

SSL certificate details.

Properties

issuer

Certificate Issuer. NOTE: This property will not be serialized. It can only be populated by the server.

notAfter

Date Certificate is valid to. NOTE: This property will not be serialized. It can only be populated by the server.

notBefore

Date Certificate is valid from. NOTE: This property will not be serialized. It can only be populated by the server.

rawData

Raw certificate data. NOTE: This property will not be serialized. It can only be populated by the server.

serialNumber

Certificate Serial Number. NOTE: This property will not be serialized. It can only be populated by the server.

signatureAlgorithm

Certificate Signature algorithm. NOTE: This property will not be serialized. It can only be populated by the server.

subject

Certificate Subject. NOTE: This property will not be serialized. It can only be populated by the server.

thumbprint

Certificate Thumbprint. NOTE: This property will not be serialized. It can only be populated by the server.

version

Certificate Version. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

issuer

Certificate Issuer. NOTE: This property will not be serialized. It can only be populated by the server.

issuer?: string

Property Value

string

notAfter

Date Certificate is valid to. NOTE: This property will not be serialized. It can only be populated by the server.

notAfter?: Date

Property Value

Date

notBefore

Date Certificate is valid from. NOTE: This property will not be serialized. It can only be populated by the server.

notBefore?: Date

Property Value

Date

rawData

Raw certificate data. NOTE: This property will not be serialized. It can only be populated by the server.

rawData?: string

Property Value

string

serialNumber

Certificate Serial Number. NOTE: This property will not be serialized. It can only be populated by the server.

serialNumber?: string

Property Value

string

signatureAlgorithm

Certificate Signature algorithm. NOTE: This property will not be serialized. It can only be populated by the server.

signatureAlgorithm?: string

Property Value

string

subject

Certificate Subject. NOTE: This property will not be serialized. It can only be populated by the server.

subject?: string

Property Value

string

thumbprint

Certificate Thumbprint. NOTE: This property will not be serialized. It can only be populated by the server.

thumbprint?: string

Property Value

string

version

Certificate Version. NOTE: This property will not be serialized. It can only be populated by the server.

version?: number

Property Value

number