ReactOS 0.4.16-dev-965-gf669426
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
DWORD | dwMsgAndCertEncodingType |
HCRYPTPROV | hCryptProv |
DWORD | dwKeySpec |
CRYPT_ALGORITHM_IDENTIFIER | HashAlgorithm |
void * | pvHashAuxInfo |
Definition at line 1497 of file wincrypt.h.
DWORD _CRYPT_KEY_SIGN_MESSAGE_PARA::cbSize |
Definition at line 1498 of file wincrypt.h.
DWORD _CRYPT_KEY_SIGN_MESSAGE_PARA::dwKeySpec |
Definition at line 1501 of file wincrypt.h.
DWORD _CRYPT_KEY_SIGN_MESSAGE_PARA::dwMsgAndCertEncodingType |
Definition at line 1499 of file wincrypt.h.
CRYPT_ALGORITHM_IDENTIFIER _CRYPT_KEY_SIGN_MESSAGE_PARA::HashAlgorithm |
Definition at line 1502 of file wincrypt.h.
HCRYPTPROV _CRYPT_KEY_SIGN_MESSAGE_PARA::hCryptProv |
Definition at line 1500 of file wincrypt.h.
void* _CRYPT_KEY_SIGN_MESSAGE_PARA::pvHashAuxInfo |
Definition at line 1503 of file wincrypt.h.