共用方式為


CertificateDetailsOutput interface

SSL 憑證詳細數據。

屬性

issuer

憑證簽發者。

notAfter

日期憑證有效。

notBefore

日期憑證的有效日期。

rawData

原始憑證數據。

serialNumber

憑證序號。

signatureAlgorithm

憑證簽章演算法。

subject

憑證主體。

thumbprint

憑證指紋。

version

憑證版本。

屬性詳細資料

issuer

憑證簽發者。

issuer?: string

屬性值

string

notAfter

日期憑證有效。

notAfter?: string

屬性值

string

notBefore

日期憑證的有效日期。

notBefore?: string

屬性值

string

rawData

原始憑證數據。

rawData?: string

屬性值

string

serialNumber

憑證序號。

serialNumber?: string

屬性值

string

signatureAlgorithm

憑證簽章演算法。

signatureAlgorithm?: string

屬性值

string

subject

憑證主體。

subject?: string

屬性值

string

thumbprint

憑證指紋。

thumbprint?: string

屬性值

string

version

憑證版本。

version?: number

屬性值

number