What does HRESULT 0x8009100E (CRYPT_E_SIGNER_NOT_FOUND) mean?

 
Previous Next
CRYPT_E_ISSUER_SERIALNUMBER CRYPT_E_ATTRIBUTES_MISSING

CRYPT_E_SIGNER_NOT_FOUND

CryptoAPI could not find the original signer requested by the caller. The signer certificate may be absent from the message and stores searched, or the signer index may not refer to an existing signer.

What to check

  • Inspect the signer count and signer information in the decoded message.
  • Check whether the verification path is expected to locate the signer certificate in the message, in a configured certificate store, or in another supplied store.
  • Build and verify the signer certificate chain separately after locating the certificate.

Microsoft: CryptVerifyMessageSignature

Microsoft: CryptMsgGetParam

Microsoft: CertGetCertificateChain


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