ReactOS 0.4.16-dev-1506-g117cd33
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
HCRYPTPROV | hCryptProv |
DWORD | dwSignerIndex |
DWORD | dwSignerType |
void * | pvSigner |
Definition at line 4077 of file wincrypt.h.
DWORD _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::cbSize |
Definition at line 4078 of file wincrypt.h.
Referenced by CDecodeSignedMsg_VerifySignatureEx().
DWORD _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::dwSignerIndex |
Definition at line 4080 of file wincrypt.h.
Referenced by CDecodeSignedMsg_VerifySignatureEx().
DWORD _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::dwSignerType |
Definition at line 4081 of file wincrypt.h.
Referenced by CDecodeSignedMsg_VerifySignatureEx().
HCRYPTPROV _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::hCryptProv |
Definition at line 4079 of file wincrypt.h.
Referenced by CDecodeSignedMsg_VerifySignatureEx().
void* _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::pvSigner |
Definition at line 4082 of file wincrypt.h.
Referenced by CDecodeSignedMsg_VerifySignatureEx().