TrustedInfrastructureHostsHardwareTpmEndorsementKeysFilterSpec

The EndorsementKeys.FilterSpec structure contains fields used to filter the results when listing the endorsement key.


Properties

types Optional

The EndorsementKeys.Type enumerated type defines the endorsement key type based on key algorithms.
RSA_2048 : The RSA 2048 bit key.
ECC_NIST_P_256 : The ECC NISTP-256 bit key.

Possible values are: RSA_2048ECC_NIST_P_256

JSON Example

{
	"types": "RSA_2048"
}

Feedback

Was this page helpful?