CryptoCertificateSummaryResource interface
密碼編譯憑證摘要的屬性。
- Extends
屬性
expired | 找到的過期憑證總數。 |
expiring |
找到接近過期的憑證總數。 |
paired |
找到憑證的配對私鑰總數。 |
self |
找到自我簽署的憑證總數。 |
short |
發現金鑰演演算法的金鑰大小不安全的憑證總數。 |
summary |
多型辨別器,指定這個物件可以有不同的類型 |
total |
找到的憑證總數。 |
weak |
使用弱式簽章演算法找到的憑證總數。 |
屬性詳細資料
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