ReactOS 0.4.16-dev-1520-gb558596
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
DWORD | dwRecipientIndex |
CRYPT_ALGORITHM_IDENTIFIER | KeyEncryptionAlgorithm |
CRYPT_DATA_BLOB | EncryptedKey |
DWORD | dwFlags |
Definition at line 4230 of file wincrypt.h.
DWORD _CMSG_KEY_TRANS_ENCRYPT_INFO::cbSize |
Definition at line 4231 of file wincrypt.h.
Referenced by CRYPT_ExportEncryptedKey().
DWORD _CMSG_KEY_TRANS_ENCRYPT_INFO::dwFlags |
Definition at line 4235 of file wincrypt.h.
DWORD _CMSG_KEY_TRANS_ENCRYPT_INFO::dwRecipientIndex |
Definition at line 4232 of file wincrypt.h.
Referenced by CRYPT_ExportEncryptedKey().
CRYPT_DATA_BLOB _CMSG_KEY_TRANS_ENCRYPT_INFO::EncryptedKey |
Definition at line 4234 of file wincrypt.h.
Referenced by CRYPT_ExportEncryptedKey(), and CRYPT_ExportKeyTrans().
CRYPT_ALGORITHM_IDENTIFIER _CMSG_KEY_TRANS_ENCRYPT_INFO::KeyEncryptionAlgorithm |
Definition at line 4233 of file wincrypt.h.
Referenced by CRYPT_ExportEncryptedKey().