CryptoCertificateSummaryResource interface

Properties for cryptographic certificate summary.

Extends

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.

summaryType

Polymorphic discriminator, which specifies the different types this object can be

totalCertificates

Total number of certificates found.

weakSignature

Total number of certificates found using a weak signature algorithm.

Property Details

expired

Total number of expired certificates found.

expired?: number

Property Value

number

expiringSoon

Total number of nearly expired certificates found.

expiringSoon?: number

Property Value

number

pairedKeys

Total number of paired private keys found for the certificates.

pairedKeys?: number

Property Value

number

selfSigned

Total number of certificates found that are self-signed.

selfSigned?: number

Property Value

number

shortKeySize

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

shortKeySize?: number

Property Value

number

summaryType

Polymorphic discriminator, which specifies the different types this object can be

summaryType: "CryptoCertificate"

Property Value

"CryptoCertificate"

totalCertificates

Total number of certificates found.

totalCertificates?: number

Property Value

number

weakSignature

Total number of certificates found using a weak signature algorithm.

weakSignature?: number

Property Value

number