What does HRESULT 0x80090011 (NTE_NOT_FOUND) mean?

 
Previous Next
NTE_PERM NTE_DOUBLE_ENCRYPT

NTE_NOT_FOUND

NTE_NOT_FOUND means that the selected cryptographic provider could not locate the requested object. The missing object might be a key, container, provider-private item, or referenced configuration entry.

What to check

  • Capture the provider, container, key specification, and user or machine scope used by the failing call.
  • Verify that the object was provisioned on this system and has not been deleted or moved to another profile.
  • Distinguish a missing object from an access-denied result before changing permissions or creating replacement state.

Microsoft: security and setup HRESULT values


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