ReactOS 0.4.16-dev-205-g7b2bb7e
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
CRYPT_ALGORITHM_IDENTIFIER | KeyEncryptionAlgorithm |
void * | pvKeyEncryptionAuxInfo |
HCRYPTPROV_LEGACY | hCryptProv |
CRYPT_BIT_BLOB | RecipientPublicKey |
CERT_ID | RecipientId |
Definition at line 3742 of file wincrypt.h.
DWORD _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::cbSize |
Definition at line 3744 of file wincrypt.h.
Referenced by CContentEncryptInfo_Construct().
HCRYPTPROV_LEGACY _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::hCryptProv |
Definition at line 3747 of file wincrypt.h.
Referenced by CContentEncryptInfo_Construct(), and CRYPT_ExportKeyTrans().
CRYPT_ALGORITHM_IDENTIFIER _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::KeyEncryptionAlgorithm |
Definition at line 3745 of file wincrypt.h.
Referenced by CContentEncryptInfo_Construct(), CContentEncryptInfo_Free(), CRYPT_ExportEncryptedKey(), and CRYPT_ExportKeyTrans().
void* _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::pvKeyEncryptionAuxInfo |
Definition at line 3746 of file wincrypt.h.
Referenced by CContentEncryptInfo_Construct().
CERT_ID _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::RecipientId |
Definition at line 3749 of file wincrypt.h.
Referenced by CContentEncryptInfo_Construct(), and CContentEncryptInfo_Free().
CRYPT_BIT_BLOB _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::RecipientPublicKey |
Definition at line 3748 of file wincrypt.h.
Referenced by CContentEncryptInfo_Construct(), CContentEncryptInfo_Free(), and CRYPT_ExportKeyTrans().