ReactOS 0.4.15-dev-8064-gdaf8068
_CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO:

Public Attributes

DWORD cbSize
 
CRYPT_ALGORITHM_IDENTIFIER KeyEncryptionAlgorithm
 
voidpvKeyEncryptionAuxInfo
 
HCRYPTPROV_LEGACY hCryptProv
 
CRYPT_BIT_BLOB RecipientPublicKey
 
CERT_ID RecipientId
 

Detailed Description

Definition at line 3742 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::cbSize

Definition at line 3744 of file wincrypt.h.

Referenced by CContentEncryptInfo_Construct().

◆ hCryptProv

HCRYPTPROV_LEGACY _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::hCryptProv

Definition at line 3747 of file wincrypt.h.

Referenced by CContentEncryptInfo_Construct(), and CRYPT_ExportKeyTrans().

◆ KeyEncryptionAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::KeyEncryptionAlgorithm

◆ pvKeyEncryptionAuxInfo

void* _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::pvKeyEncryptionAuxInfo

Definition at line 3746 of file wincrypt.h.

Referenced by CContentEncryptInfo_Construct().

◆ RecipientId

CERT_ID _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::RecipientId

Definition at line 3749 of file wincrypt.h.

Referenced by CContentEncryptInfo_Construct(), and CContentEncryptInfo_Free().

◆ RecipientPublicKey

CRYPT_BIT_BLOB _CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO::RecipientPublicKey

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