ReactOS 0.4.15-dev-7953-g1f49173
_CRYPT_ENCRYPT_MESSAGE_PARA Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CRYPT_ENCRYPT_MESSAGE_PARA:

Public Attributes

DWORD cbSize
 
DWORD dwMsgEncodingType
 
HCRYPTPROV_LEGACY hCryptProv
 
CRYPT_ALGORITHM_IDENTIFIER ContentEncryptionAlgorithm
 
voidpvEncryptionAuxInfo
 
DWORD dwFlags
 
DWORD dwInnerContentType
 

Detailed Description

Definition at line 1467 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CRYPT_ENCRYPT_MESSAGE_PARA::cbSize

Definition at line 1468 of file wincrypt.h.

Referenced by CryptEncryptMessage(), and test_encrypt_message().

◆ ContentEncryptionAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CRYPT_ENCRYPT_MESSAGE_PARA::ContentEncryptionAlgorithm

Definition at line 1471 of file wincrypt.h.

Referenced by CryptEncryptMessage(), and test_encrypt_message().

◆ dwFlags

DWORD _CRYPT_ENCRYPT_MESSAGE_PARA::dwFlags

Definition at line 1473 of file wincrypt.h.

◆ dwInnerContentType

DWORD _CRYPT_ENCRYPT_MESSAGE_PARA::dwInnerContentType

Definition at line 1474 of file wincrypt.h.

◆ dwMsgEncodingType

DWORD _CRYPT_ENCRYPT_MESSAGE_PARA::dwMsgEncodingType

Definition at line 1469 of file wincrypt.h.

Referenced by CryptEncryptMessage(), and test_encrypt_message().

◆ hCryptProv

HCRYPTPROV_LEGACY _CRYPT_ENCRYPT_MESSAGE_PARA::hCryptProv

Definition at line 1470 of file wincrypt.h.

Referenced by CryptEncryptMessage(), and test_encrypt_message().

◆ pvEncryptionAuxInfo

void* _CRYPT_ENCRYPT_MESSAGE_PARA::pvEncryptionAuxInfo

Definition at line 1472 of file wincrypt.h.

Referenced by CryptEncryptMessage().


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