PyCRYPT_VERIFY_MESSAGE_PARA Object
Dict of verification parameters to be used with cryptoapi::CryptDecodeMessage
or cryptoapi::CryptVerifyMessageSignature
. All parameters are optional. Can be either an empty dict or None
to use all defaults.
Properties
- int MsgAndCertEncodingType
- Encoding types, defaults to
X509_ASN_ENCODING combined with PKCS_7_ASN_ENCODING
- PyCRYPTPROV CryptProv
- CSP to be used to verify signature. Use None for default
provider.
- function PyGetSignerCertificate
- Callback function that locates signer's
certificate.
- object GetArg
- Argument to be passed to above function, can be any object.