CryptoKeySummary interface  
Cryptographic key summary values.
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.  | 
| 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
		totalKeys
	 
	Total number of cryptographic keys found.
totalKeys?: number
				Property Value
number