CryptoKeySummaryResource interface
Properties for cryptographic key summary.
- Extends
Properties
paired |
Total number of keys found that have a matching paired key or certificate. |
private |
Total number of private keys found. |
public |
Total number of (non-certificate) public keys found. |
short |
Total number of keys found that have an insecure key size for the algorithm. |
summary |
Polymorphic discriminator, which specifies the different types this object can be |
total |
Total number of cryptographic keys found. |
Property Details
pairedKeys
Total number of keys found that have a matching paired key or certificate.
pairedKeys?: number
Property Value
number
privateKeys
Total number of private keys found.
privateKeys?: number
Property Value
number
publicKeys
Total number of (non-certificate) public keys found.
publicKeys?: number
Property Value
number
shortKeySize
Total number of keys found that have an insecure key size for the algorithm.
shortKeySize?: number
Property Value
number
summaryType
Polymorphic discriminator, which specifies the different types this object can be
summaryType: "CryptoKey"
Property Value
"CryptoKey"
totalKeys
Total number of cryptographic keys found.
totalKeys?: number
Property Value
number