2.2.2.4 TpmRequestContinue

The TpmRequestContinue structure defines the subsequent request after receiving new remote TPM context as the response from the server. This is used only for protocol version v1.0.

 {
     "id": "TpmRequestContinue",
     "allOf": [{
         "type": "object", 
         "properties": {
             "__type": {
                 "enum": ["TpmRequestContinue:#Microsoft.Windows.RemoteAttestation.Core"]
                 "required": true
                 }, 
             "RtpmNewContext": {
                 "type": "string", 
                 "required": true
             }
         }
     },{
         "$ref": "[MS-HGSA]#/TpmRequest"
     }]
 }
  
  

RtpmNewContext: A base64Binary string representing the new remote TPM context received from the server in response to the initial TPM request as defined in section 2.2.2.25.