ReactOS 0.4.16-dev-226-g79f2289
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
HCRYPTPROV | hCryptProv |
DWORD | dwSignerIndex |
DWORD | dwSignerType |
void * | pvSigner |
Definition at line 3912 of file wincrypt.h.
DWORD _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::cbSize |
Definition at line 3913 of file wincrypt.h.
Referenced by CDecodeSignedMsg_VerifySignatureEx().
DWORD _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::dwSignerIndex |
Definition at line 3915 of file wincrypt.h.
Referenced by CDecodeSignedMsg_VerifySignatureEx().
DWORD _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::dwSignerType |
Definition at line 3916 of file wincrypt.h.
Referenced by CDecodeSignedMsg_VerifySignatureEx().
HCRYPTPROV _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::hCryptProv |
Definition at line 3914 of file wincrypt.h.
Referenced by CDecodeSignedMsg_VerifySignatureEx().
void* _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::pvSigner |
Definition at line 3917 of file wincrypt.h.
Referenced by CDecodeSignedMsg_VerifySignatureEx().