|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 3907 of file wincrypt.h.
| DWORD _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::cbSize |
Definition at line 3909 of file wincrypt.h.
Referenced by CContentEncryptInfo_Construct().
| HCRYPTPROV_LEGACY _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::hCryptProv |
Definition at line 3912 of file wincrypt.h.
Referenced by CContentEncryptInfo_Construct(), and CRYPT_ExportKeyTrans().
| CRYPT_ALGORITHM_IDENTIFIER _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::KeyEncryptionAlgorithm |
Definition at line 3910 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 3911 of file wincrypt.h.
Referenced by CContentEncryptInfo_Construct().
| CERT_ID _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::RecipientId |
Definition at line 3914 of file wincrypt.h.
Referenced by CContentEncryptInfo_Construct(), and CContentEncryptInfo_Free().
| CRYPT_BIT_BLOB _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::RecipientPublicKey |
Definition at line 3913 of file wincrypt.h.
Referenced by CContentEncryptInfo_Construct(), CContentEncryptInfo_Free(), and CRYPT_ExportKeyTrans().