ReactOS 0.4.15-dev-7942-gd23573b
_CMSG_KEY_TRANS_RECIPIENT_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CMSG_KEY_TRANS_RECIPIENT_INFO:

Public Attributes

DWORD dwVersion
 
CERT_ID RecipientId
 
CRYPT_ALGORITHM_IDENTIFIER KeyEncryptionAlgorithm
 
CRYPT_DATA_BLOB EncryptedKey
 

Detailed Description

Definition at line 3993 of file wincrypt.h.

Member Data Documentation

◆ dwVersion

DWORD _CMSG_KEY_TRANS_RECIPIENT_INFO::dwVersion

Definition at line 3994 of file wincrypt.h.

◆ EncryptedKey

CRYPT_DATA_BLOB _CMSG_KEY_TRANS_RECIPIENT_INFO::EncryptedKey

Definition at line 3997 of file wincrypt.h.

◆ KeyEncryptionAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CMSG_KEY_TRANS_RECIPIENT_INFO::KeyEncryptionAlgorithm

Definition at line 3996 of file wincrypt.h.

◆ RecipientId

CERT_ID _CMSG_KEY_TRANS_RECIPIENT_INFO::RecipientId

Definition at line 3995 of file wincrypt.h.

Referenced by CDecodeEnvelopedMsg_GetParam().


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