PyCRYPT_DECRYPT_MESSAGE_PARA Object
Dict containing message decryption parameters,
used with cryptoapi::CryptDecodeMessage
and cryptoapi::CryptDecryptMessage
Properties
- (PyCERT_STORE
,...) CertStores
- Sequence of certificate stores to be searched for a certificate
with a private key that can be used to decrypt the message
- int MsgAndCertEncodingType
- Encoding types, optional. Defaults to X509_ASN_ENCODING combined with
PKCS_7_ASN_ENCODING
- int Flags
- Optional. CRYPT_MESSAGE_SILENT_KEYSET_FLAG can be used to suppress any dialogs that might be
triggered by
accessing a key container, such as a request for a PIN.