ReactOS 0.4.16-dev-1056-gbe87e00
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
DWORD | dwRecipientIndex |
CRYPT_ALGORITHM_IDENTIFIER | KeyEncryptionAlgorithm |
CRYPT_DATA_BLOB | EncryptedKey |
DWORD | dwFlags |
Definition at line 4065 of file wincrypt.h.
DWORD _CMSG_KEY_TRANS_ENCRYPT_INFO::cbSize |
Definition at line 4066 of file wincrypt.h.
Referenced by CRYPT_ExportEncryptedKey().
DWORD _CMSG_KEY_TRANS_ENCRYPT_INFO::dwFlags |
Definition at line 4070 of file wincrypt.h.
DWORD _CMSG_KEY_TRANS_ENCRYPT_INFO::dwRecipientIndex |
Definition at line 4067 of file wincrypt.h.
Referenced by CRYPT_ExportEncryptedKey().
CRYPT_DATA_BLOB _CMSG_KEY_TRANS_ENCRYPT_INFO::EncryptedKey |
Definition at line 4069 of file wincrypt.h.
Referenced by CRYPT_ExportEncryptedKey(), and CRYPT_ExportKeyTrans().
CRYPT_ALGORITHM_IDENTIFIER _CMSG_KEY_TRANS_ENCRYPT_INFO::KeyEncryptionAlgorithm |
Definition at line 4068 of file wincrypt.h.
Referenced by CRYPT_ExportEncryptedKey().