共用方式為


CryptoCertificateSummaryResource interface

密碼編譯憑證摘要的屬性。

Extends

屬性

expired

找到的過期憑證總數。

expiringSoon

找到接近過期的憑證總數。

pairedKeys

找到憑證的配對私鑰總數。

selfSigned

找到自我簽署的憑證總數。

shortKeySize

發現金鑰演演算法的金鑰大小不安全的憑證總數。

summaryType

多型辨別器,指定這個物件可以有不同的類型

totalCertificates

找到的憑證總數。

weakSignature

使用弱式簽章演算法找到的憑證總數。

屬性詳細資料

expired

找到的過期憑證總數。

expired?: number

屬性值

number

expiringSoon

找到接近過期的憑證總數。

expiringSoon?: number

屬性值

number

pairedKeys

找到憑證的配對私鑰總數。

pairedKeys?: number

屬性值

number

selfSigned

找到自我簽署的憑證總數。

selfSigned?: number

屬性值

number

shortKeySize

發現金鑰演演算法的金鑰大小不安全的憑證總數。

shortKeySize?: number

屬性值

number

summaryType

多型辨別器,指定這個物件可以有不同的類型

summaryType: "CryptoCertificate"

屬性值

"CryptoCertificate"

totalCertificates

找到的憑證總數。

totalCertificates?: number

屬性值

number

weakSignature

使用弱式簽章演算法找到的憑證總數。

weakSignature?: number

屬性值

number