2.2.1.4 TPMVSC_ATTESTATION_TYPE

 enum TPMVSC_ATTESTATION_TYPE 
 { 
    TPMVSC_ATTESTATION_NONE = 0, 
    TPMVSC_ATTESTATION_AIK_ONLY = 1, 
    TPMVSC_ATTESTATION_AIK_AND_CERTIFICATE = 2, 
 } TPMVSC_ATTESTATION_TYPE; 
  

TPMVSC_ATTESTATION_NONE: The VSC does not support attestation.

TPMVSC_ATTESTATION_AIK_ONLY: The VSC supports attestation with an AIK that is unique to this VSC, but will not have a certificate associated with the AIK.

TPMVSC_ATTESTATION_AIK_AND_CERTIFICATE: The VSC supports attestation with an AIK that is unique to this VSC, and the AIK will have a certificate issued by a certification authority (CA).