你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CryptoCertificateSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties for cryptographic certificate summary.
public class CryptoCertificateSummary : Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotFirmwareDefense.Models.CryptoCertificateSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotFirmwareDefense.Models.CryptoCertificateSummary>
type CryptoCertificateSummary = class
inherit FirmwareAnalysisSummaryProperties
interface IJsonModel<CryptoCertificateSummary>
interface IPersistableModel<CryptoCertificateSummary>
Public Class CryptoCertificateSummary
Inherits FirmwareAnalysisSummaryProperties
Implements IJsonModel(Of CryptoCertificateSummary), IPersistableModel(Of CryptoCertificateSummary)
- Inheritance
- Implements
Properties
Expired |
Total number of expired certificates found. |
ExpiringSoon |
Total number of nearly expired certificates found. |
PairedKeys |
Total number of paired private keys found for the certificates. |
SelfSigned |
Total number of certificates found that are self-signed. |
ShortKeySize |
Total number of certificates found that have an insecure key size for the key algorithm. |
TotalCertificates |
Total number of certificates found. |
WeakSignature |
Total number of certificates found using a weak signature algorithm. |