str, PyCERT_CONTEXT = CryptDecryptMessage(DecryptPara, EncryptedBlob
)
Decrypts an encrypted and encoded message
Parameters
DecryptPara : PyCRYPT_DECRYPT_MESSAGE_PARA
Dictionary
containing decryption parametersEncryptedBlob : buffer
Buffer containing an encrypted messageReturn Value
Returns the decrypted message and a handle to the certificate used to decrypt it