ReactOS 0.4.16-dev-814-g656a5dc
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
HCRYPTPROV_LEGACY | hCryptProv |
CRYPT_ALGORITHM_IDENTIFIER | ContentEncryptionAlgorithm |
void * | pvEncryptionAuxInfo |
DWORD | cRecipients |
PCERT_INFO * | rgpRecipientCert |
Definition at line 3816 of file wincrypt.h.
DWORD _CMSG_ENVELOPED_ENCODE_INFO::cbSize |
Definition at line 3818 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().
CRYPT_ALGORITHM_IDENTIFIER _CMSG_ENVELOPED_ENCODE_INFO::ContentEncryptionAlgorithm |
Definition at line 3820 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().
DWORD _CMSG_ENVELOPED_ENCODE_INFO::cRecipients |
Definition at line 3822 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().
HCRYPTPROV_LEGACY _CMSG_ENVELOPED_ENCODE_INFO::hCryptProv |
Definition at line 3819 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().
void* _CMSG_ENVELOPED_ENCODE_INFO::pvEncryptionAuxInfo |
Definition at line 3821 of file wincrypt.h.
Referenced by CryptEncryptMessage().
PCERT_INFO* _CMSG_ENVELOPED_ENCODE_INFO::rgpRecipientCert |
Definition at line 3823 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().