ReactOS 0.4.16-dev-1946-g52006dd
_CMSG_CONTENT_ENCRYPT_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CMSG_CONTENT_ENCRYPT_INFO:

Public Attributes

DWORD cbSize
 
HCRYPTPROV hCryptProv
 
CRYPT_ALGORITHM_IDENTIFIER ContentEncryptionAlgorithm
 
voidpvEncryptionAuxInfo
 
DWORD cRecipients
 
PCMSG_RECIPIENT_ENCODE_INFO rgCmsRecipients
 
PFN_CMSG_ALLOC pfnAlloc
 
PFN_CMSG_FREE pfnFree
 
DWORD dwEncryptFlags
 
HCRYPTKEY hContentEncryptKey
 
DWORD dwFlags
 

Detailed Description

Definition at line 4216 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CMSG_CONTENT_ENCRYPT_INFO::cbSize

Definition at line 4217 of file wincrypt.h.

◆ ContentEncryptionAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CMSG_CONTENT_ENCRYPT_INFO::ContentEncryptionAlgorithm

Definition at line 4219 of file wincrypt.h.

◆ cRecipients

DWORD _CMSG_CONTENT_ENCRYPT_INFO::cRecipients

Definition at line 4221 of file wincrypt.h.

◆ dwEncryptFlags

DWORD _CMSG_CONTENT_ENCRYPT_INFO::dwEncryptFlags

Definition at line 4225 of file wincrypt.h.

◆ dwFlags

DWORD _CMSG_CONTENT_ENCRYPT_INFO::dwFlags

Definition at line 4227 of file wincrypt.h.

◆ hContentEncryptKey

HCRYPTKEY _CMSG_CONTENT_ENCRYPT_INFO::hContentEncryptKey

Definition at line 4226 of file wincrypt.h.

Referenced by CEnvelopedEncodeMsg_Open(), and CRYPT_ExportKeyTrans().

◆ hCryptProv

HCRYPTPROV _CMSG_CONTENT_ENCRYPT_INFO::hCryptProv

Definition at line 4218 of file wincrypt.h.

◆ pfnAlloc

PFN_CMSG_ALLOC _CMSG_CONTENT_ENCRYPT_INFO::pfnAlloc

Definition at line 4223 of file wincrypt.h.

◆ pfnFree

PFN_CMSG_FREE _CMSG_CONTENT_ENCRYPT_INFO::pfnFree

Definition at line 4224 of file wincrypt.h.

◆ pvEncryptionAuxInfo

void* _CMSG_CONTENT_ENCRYPT_INFO::pvEncryptionAuxInfo

Definition at line 4220 of file wincrypt.h.

◆ rgCmsRecipients

PCMSG_RECIPIENT_ENCODE_INFO _CMSG_CONTENT_ENCRYPT_INFO::rgCmsRecipients

Definition at line 4222 of file wincrypt.h.


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