Freigeben über


ICryptoCertificateSummaryResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoCertificateSummaryResourceTypeConverter))]
public interface ICryptoCertificateSummaryResource : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ISummaryResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoCertificateSummaryResourceTypeConverter))>]
type ICryptoCertificateSummaryResource = interface
    interface IJsonSerializable
    interface ISummaryResourceProperties
Public Interface ICryptoCertificateSummaryResource
Implements ISummaryResourceProperties
Derived
Attributes
Implements

Properties

Name Description
Expired

Total number of expired certificates found.

ExpiredCertificateCount

Total number of expired certificates found.

ExpiringSoon

Total number of nearly expired certificates found.

ExpiringSoonCertificateCount

Total number of nearly expired certificates found.

PairedKey

Total number of paired private keys found for the certificates.

PairedKeyCount

Total number of paired private keys found for the certificates.

ProvisioningState

The status of the last operation.

(Inherited from ISummaryResourceProperties)
SelfSigned

Total number of certificates found that are self-signed.

SelfSignedCertificateCount

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.

ShortKeySizeCount

Total number of certificates found that have an insecure key size for the key algorithm.

SummaryType

The type of summary.

(Inherited from ISummaryResourceProperties)
TotalCertificate

Total number of certificates found.

TotalCertificateCount

Total number of certificates found.

WeakSignature

Total number of certificates found using a weak signature algorithm.

WeakSignatureCount

Total number of certificates found using a weak signature algorithm.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to