ReactOS 0.4.16-dev-226-g79f2289
|
#include <wincrypt.h>
Definition at line 4051 of file wincrypt.h.
DWORD _CMSG_CONTENT_ENCRYPT_INFO::cbSize |
Definition at line 4052 of file wincrypt.h.
CRYPT_ALGORITHM_IDENTIFIER _CMSG_CONTENT_ENCRYPT_INFO::ContentEncryptionAlgorithm |
Definition at line 4054 of file wincrypt.h.
DWORD _CMSG_CONTENT_ENCRYPT_INFO::cRecipients |
Definition at line 4056 of file wincrypt.h.
DWORD _CMSG_CONTENT_ENCRYPT_INFO::dwEncryptFlags |
Definition at line 4060 of file wincrypt.h.
DWORD _CMSG_CONTENT_ENCRYPT_INFO::dwFlags |
Definition at line 4062 of file wincrypt.h.
HCRYPTKEY _CMSG_CONTENT_ENCRYPT_INFO::hContentEncryptKey |
Definition at line 4061 of file wincrypt.h.
Referenced by CEnvelopedEncodeMsg_Open(), and CRYPT_ExportKeyTrans().
HCRYPTPROV _CMSG_CONTENT_ENCRYPT_INFO::hCryptProv |
Definition at line 4053 of file wincrypt.h.
PFN_CMSG_ALLOC _CMSG_CONTENT_ENCRYPT_INFO::pfnAlloc |
Definition at line 4058 of file wincrypt.h.
PFN_CMSG_FREE _CMSG_CONTENT_ENCRYPT_INFO::pfnFree |
Definition at line 4059 of file wincrypt.h.
void* _CMSG_CONTENT_ENCRYPT_INFO::pvEncryptionAuxInfo |
Definition at line 4055 of file wincrypt.h.
PCMSG_RECIPIENT_ENCODE_INFO _CMSG_CONTENT_ENCRYPT_INFO::rgCmsRecipients |
Definition at line 4057 of file wincrypt.h.