ReactOS 0.4.15-dev-8076-g06e89b2
_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 4051 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CMSG_CONTENT_ENCRYPT_INFO::cbSize

Definition at line 4052 of file wincrypt.h.

◆ ContentEncryptionAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CMSG_CONTENT_ENCRYPT_INFO::ContentEncryptionAlgorithm

Definition at line 4054 of file wincrypt.h.

◆ cRecipients

DWORD _CMSG_CONTENT_ENCRYPT_INFO::cRecipients

Definition at line 4056 of file wincrypt.h.

◆ dwEncryptFlags

DWORD _CMSG_CONTENT_ENCRYPT_INFO::dwEncryptFlags

Definition at line 4060 of file wincrypt.h.

◆ dwFlags

DWORD _CMSG_CONTENT_ENCRYPT_INFO::dwFlags

Definition at line 4062 of file wincrypt.h.

◆ hContentEncryptKey

HCRYPTKEY _CMSG_CONTENT_ENCRYPT_INFO::hContentEncryptKey

Definition at line 4061 of file wincrypt.h.

Referenced by CEnvelopedEncodeMsg_Open(), and CRYPT_ExportKeyTrans().

◆ hCryptProv

HCRYPTPROV _CMSG_CONTENT_ENCRYPT_INFO::hCryptProv

Definition at line 4053 of file wincrypt.h.

◆ pfnAlloc

PFN_CMSG_ALLOC _CMSG_CONTENT_ENCRYPT_INFO::pfnAlloc

Definition at line 4058 of file wincrypt.h.

◆ pfnFree

PFN_CMSG_FREE _CMSG_CONTENT_ENCRYPT_INFO::pfnFree

Definition at line 4059 of file wincrypt.h.

◆ pvEncryptionAuxInfo

void* _CMSG_CONTENT_ENCRYPT_INFO::pvEncryptionAuxInfo

Definition at line 4055 of file wincrypt.h.

◆ rgCmsRecipients

PCMSG_RECIPIENT_ENCODE_INFO _CMSG_CONTENT_ENCRYPT_INFO::rgCmsRecipients

Definition at line 4057 of file wincrypt.h.


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