ReactOS 0.4.16-dev-1056-gbe87e00
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
HCRYPTPROV | hCryptProv |
DWORD | dwKeySpec |
PCMSG_KEY_TRANS_RECIPIENT_INFO | pKeyTrans |
DWORD | dwRecipientIndex |
Definition at line 4073 of file wincrypt.h.
DWORD _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::cbSize |
Definition at line 4074 of file wincrypt.h.
Referenced by CRYPT_ImportEncryptedKey().
DWORD _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::dwKeySpec |
Definition at line 4076 of file wincrypt.h.
Referenced by CRYPT_ImportEncryptedKey(), and CRYPT_ImportKeyTrans().
DWORD _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::dwRecipientIndex |
Definition at line 4078 of file wincrypt.h.
Referenced by CRYPT_ImportEncryptedKey(), and CRYPT_ImportKeyTrans().
HCRYPTPROV _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::hCryptProv |
Definition at line 4075 of file wincrypt.h.
Referenced by CRYPT_ImportEncryptedKey(), and CRYPT_ImportKeyTrans().
PCMSG_KEY_TRANS_RECIPIENT_INFO _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::pKeyTrans |
Definition at line 4077 of file wincrypt.h.
Referenced by CRYPT_ImportEncryptedKey(), and CRYPT_ImportKeyTrans().