| Previous | Next |
| CRYPT_E_NOT_DECRYPTED | CRYPT_E_CONTROL_TYPE |
CRYPT_E_RECIPIENT_NOT_FOUND
The enveloped message does not contain the recipient identity requested by the caller. A message can carry multiple recipients, each identified from certificate information such as issuer/serial or a key identifier.
What to check
- Inspect the message recipient list and compare it with the certificate intended for decryption.
- Verify that the recipient certificate is the correct key-exchange certificate and that its private key is accessible in the current context.
- Do not assume that another certificate with the same subject name can decrypt the message.
Microsoft: CRYPT_DECRYPT_MESSAGE_PARA
Microsoft: CryptDecryptMessage
Looking for a different code? Search another status or error code.