What does HRESULT 0x80280145 (TPM_20_E_AUTH_CONTEXT) mean?

 
Previous Next
TPM_20_E_AUTHSIZE TPM_20_E_NV_RANGE

TPM_20_E_AUTH_CONTEXT

TPM_20_E_AUTH_CONTEXT maps to TPM_RC_AUTH_CONTEXT. An authorization session was attached to a context command or another command that cannot accept authorization sessions. The session might be valid in general, but it is invalid for this command form.

How to correct the request

  • Read the command’s required tag and authorization index in the TPM command definition.
  • Build a no-session command when the command definition requires TPM_ST_NO_SESSIONS.
  • Do not replace this with a different credential; the error is about command eligibility for sessions, not authorization strength.

TCG TPM 2.0 Part 2: TPM_RC_AUTH_CONTEXT · TCG TPM 2.0 Part 3: command tables and session rules


Looking for a different code? Search another status or error code.