ReactOS 0.4.15-dev-7842-g558ab78
_CDecodeMsg Struct Reference
Collaboration diagram for _CDecodeMsg:

Public Attributes

CryptMsgBase base
 
DWORD type
 
HCRYPTPROV crypt_prov
 
union {
   HCRYPTHASH   hash
 
   CSignedMsgData   signed_data
 
   CEnvelopedDecodeMsg   enveloped_data
 
u
 
CRYPT_DATA_BLOB msg_data
 
CRYPT_DATA_BLOB detached_data
 
CONTEXT_PROPERTY_LISTproperties
 

Detailed Description

Definition at line 2083 of file msg.c.

Member Data Documentation

◆ base

CryptMsgBase _CDecodeMsg::base

Definition at line 2085 of file msg.c.

◆ crypt_prov

HCRYPTPROV _CDecodeMsg::crypt_prov

Definition at line 2087 of file msg.c.

◆ detached_data

CRYPT_DATA_BLOB _CDecodeMsg::detached_data

Definition at line 2094 of file msg.c.

◆ enveloped_data

CEnvelopedDecodeMsg _CDecodeMsg::enveloped_data

Definition at line 2091 of file msg.c.

◆ hash

HCRYPTHASH _CDecodeMsg::hash

Definition at line 2089 of file msg.c.

◆ msg_data

CRYPT_DATA_BLOB _CDecodeMsg::msg_data

Definition at line 2093 of file msg.c.

◆ properties

CONTEXT_PROPERTY_LIST* _CDecodeMsg::properties

Definition at line 2095 of file msg.c.

◆ signed_data

CSignedMsgData _CDecodeMsg::signed_data

Definition at line 2090 of file msg.c.

◆ type

DWORD _CDecodeMsg::type

Definition at line 2086 of file msg.c.

◆ 

union { ... } _CDecodeMsg::u

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