|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wincrypt.h>

Public Attributes | |
| DWORD | cbSize |
| HCRYPTPROV_LEGACY | hCryptProv |
| CRYPT_ALGORITHM_IDENTIFIER | ContentEncryptionAlgorithm |
| void * | pvEncryptionAuxInfo |
| DWORD | cRecipients |
| PCERT_INFO * | rgpRecipientCert |
Definition at line 3981 of file wincrypt.h.
| DWORD _CMSG_ENVELOPED_ENCODE_INFO::cbSize |
Definition at line 3983 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().
| CRYPT_ALGORITHM_IDENTIFIER _CMSG_ENVELOPED_ENCODE_INFO::ContentEncryptionAlgorithm |
Definition at line 3985 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().
| DWORD _CMSG_ENVELOPED_ENCODE_INFO::cRecipients |
Definition at line 3987 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().
| HCRYPTPROV_LEGACY _CMSG_ENVELOPED_ENCODE_INFO::hCryptProv |
Definition at line 3984 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().
| void* _CMSG_ENVELOPED_ENCODE_INFO::pvEncryptionAuxInfo |
Definition at line 3986 of file wincrypt.h.
Referenced by CryptEncryptMessage().
| PCERT_INFO* _CMSG_ENVELOPED_ENCODE_INFO::rgpRecipientCert |
Definition at line 3988 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().