Share via


CryptoKeySummary interface

Cryptographic key summary values.

Properties

pairedKeys

Total number of keys found that have a matching paired key or certificate.

privateKeys

Total number of private keys found.

publicKeys

Total number of (non-certificate) public keys found.

shortKeySize

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

totalKeys

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

totalKeys

Total number of cryptographic keys found.

totalKeys?: number

Property Value

number