ReactOS 0.4.15-dev-7953-g1f49173
_CMSG_KEY_TRANS_ENCRYPT_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CMSG_KEY_TRANS_ENCRYPT_INFO:

Public Attributes

DWORD cbSize
 
DWORD dwRecipientIndex
 
CRYPT_ALGORITHM_IDENTIFIER KeyEncryptionAlgorithm
 
CRYPT_DATA_BLOB EncryptedKey
 
DWORD dwFlags
 

Detailed Description

Definition at line 4065 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CMSG_KEY_TRANS_ENCRYPT_INFO::cbSize

Definition at line 4066 of file wincrypt.h.

Referenced by CRYPT_ExportEncryptedKey().

◆ dwFlags

DWORD _CMSG_KEY_TRANS_ENCRYPT_INFO::dwFlags

Definition at line 4070 of file wincrypt.h.

◆ dwRecipientIndex

DWORD _CMSG_KEY_TRANS_ENCRYPT_INFO::dwRecipientIndex

Definition at line 4067 of file wincrypt.h.

Referenced by CRYPT_ExportEncryptedKey().

◆ EncryptedKey

CRYPT_DATA_BLOB _CMSG_KEY_TRANS_ENCRYPT_INFO::EncryptedKey

Definition at line 4069 of file wincrypt.h.

Referenced by CRYPT_ExportEncryptedKey(), and CRYPT_ExportKeyTrans().

◆ KeyEncryptionAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CMSG_KEY_TRANS_ENCRYPT_INFO::KeyEncryptionAlgorithm

Definition at line 4068 of file wincrypt.h.

Referenced by CRYPT_ExportEncryptedKey().


The documentation for this struct was generated from the following file: