2.2.1.2 AttestationProvidedContentType

AttestationProvidedContentType represents the type of the content being sent to the Attestation Service.

Value

ContentType

Meaning

0x1

VirtualSecureModeIdentityKey

The EndorsementKey data type.

0x2

RtpmContext

The Context data type.

0x3

HealthCertificate

Binary serialized certificate VSMIDK or VSMIDKS previously requested from the Attestation Service.

0x4

EndorsementKeyCertificate

Binary serialized Endorsement Key Certificate from a TPM.

0x5

CaTrustletUserData

Binary hash of the public key used to sign the CaTrustletVsmReport

0x6

CaTrustletVsmReport

VSM_SK_REPORT provided by the CA trustlet.

0x7

CaTrustletReportSignature

Binary signature of the VSMIDKS over the CaTrustletVsmReport, used to validate the data.

0x8

HostKeyPublicKey

The public key associated with a Host Key attestation mode. It is the public portion of the key that creates HostKeySignature.

0x9

HostKeySignature

The signature generated by the key associated with Host Key attestation. It is a signature over the bytes of the HostKeyPublicKey and VirtualSecureModeIdentityKey, consecutively.