ReactOS 0.4.15-dev-7842-g558ab78
_CMSG_ENVELOPED_ENCODE_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CMSG_ENVELOPED_ENCODE_INFO:

Public Attributes

DWORD cbSize
 
HCRYPTPROV_LEGACY hCryptProv
 
CRYPT_ALGORITHM_IDENTIFIER ContentEncryptionAlgorithm
 
voidpvEncryptionAuxInfo
 
DWORD cRecipients
 
PCERT_INFOrgpRecipientCert
 

Detailed Description

Definition at line 3816 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CMSG_ENVELOPED_ENCODE_INFO::cbSize

Definition at line 3818 of file wincrypt.h.

Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().

◆ ContentEncryptionAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CMSG_ENVELOPED_ENCODE_INFO::ContentEncryptionAlgorithm

Definition at line 3820 of file wincrypt.h.

Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().

◆ cRecipients

DWORD _CMSG_ENVELOPED_ENCODE_INFO::cRecipients

Definition at line 3822 of file wincrypt.h.

Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().

◆ hCryptProv

HCRYPTPROV_LEGACY _CMSG_ENVELOPED_ENCODE_INFO::hCryptProv

Definition at line 3819 of file wincrypt.h.

Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().

◆ pvEncryptionAuxInfo

void* _CMSG_ENVELOPED_ENCODE_INFO::pvEncryptionAuxInfo

Definition at line 3821 of file wincrypt.h.

Referenced by CryptEncryptMessage().

◆ rgpRecipientCert

PCERT_INFO* _CMSG_ENVELOPED_ENCODE_INFO::rgpRecipientCert

Definition at line 3823 of file wincrypt.h.

Referenced by CryptEncryptMessage(), and test_enveloped_msg_open().


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