What does HRESULT 0x80092004 (CRYPT_E_NOT_FOUND) mean?

 
Previous Next
CRYPT_E_FILE_ERROR CRYPT_E_EXISTS

CRYPT_E_NOT_FOUND

CryptoAPI could not find the requested object or property. The missing item can be a certificate, CRL, CTL, store property, or message property depending on the API that returned the code.

What to check

  • Identify the API, store, and lookup criterion that produced the error.
  • Verify whether the object is expected in the current-user store, local-machine store, an in-memory store, or a supplied additional store.
  • Do not search only by display name; use the documented certificate or property criteria for the operation.

Microsoft: Managing certificates with certificate stores

Microsoft: CertFindCertificateInStore


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