Site icon EfmSoft

What does NTSTATUS 0xC000090C (STATUS_NO_KEY) mean?

 
Previous Next
STATUS_BAD_DATA STATUS_FILE_HANDLE_REVOKED

STATUS_NO_KEY

The operation requires a key that cannot be found

STATUS_NO_KEY means the lookup for a required key produced no usable result. This differs from STATUS_BAD_KEY: here the expected key is absent, not merely malformed.

What to check

Recovery strategy

Provision or restore the key through the owning subsystem. Generating a replacement is safe only when the surrounding protocol supports rekeying; otherwise existing encrypted or signed data may become permanently inaccessible.

References


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

Exit mobile version