ReactOS 0.4.16-dev-1520-gb558596
_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 4230 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CMSG_KEY_TRANS_ENCRYPT_INFO::cbSize

Definition at line 4231 of file wincrypt.h.

Referenced by CRYPT_ExportEncryptedKey().

◆ dwFlags

DWORD _CMSG_KEY_TRANS_ENCRYPT_INFO::dwFlags

Definition at line 4235 of file wincrypt.h.

◆ dwRecipientIndex

DWORD _CMSG_KEY_TRANS_ENCRYPT_INFO::dwRecipientIndex

Definition at line 4232 of file wincrypt.h.

Referenced by CRYPT_ExportEncryptedKey().

◆ EncryptedKey

CRYPT_DATA_BLOB _CMSG_KEY_TRANS_ENCRYPT_INFO::EncryptedKey

Definition at line 4234 of file wincrypt.h.

Referenced by CRYPT_ExportEncryptedKey(), and CRYPT_ExportKeyTrans().

◆ KeyEncryptionAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CMSG_KEY_TRANS_ENCRYPT_INFO::KeyEncryptionAlgorithm

Definition at line 4233 of file wincrypt.h.

Referenced by CRYPT_ExportEncryptedKey().


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