ReactOS 0.4.15-dev-7918-g2a2556c
_CEnvelopedDecodeMsg Struct Reference
Collaboration diagram for _CEnvelopedDecodeMsg:

Public Attributes

CRYPT_ENVELOPED_DATAdata
 
HCRYPTPROV crypt_prov
 
CRYPT_DATA_BLOB content
 
BOOL decrypted
 

Detailed Description

Definition at line 2075 of file msg.c.

Member Data Documentation

◆ content

CRYPT_DATA_BLOB _CEnvelopedDecodeMsg::content

Definition at line 2079 of file msg.c.

Referenced by CDecodeEnvelopedMsg_CrtlDecrypt().

◆ crypt_prov

HCRYPTPROV _CEnvelopedDecodeMsg::crypt_prov

Definition at line 2078 of file msg.c.

◆ data

CRYPT_ENVELOPED_DATA* _CEnvelopedDecodeMsg::data

Definition at line 2077 of file msg.c.

Referenced by CDecodeEnvelopedMsg_CrtlDecrypt().

◆ decrypted

BOOL _CEnvelopedDecodeMsg::decrypted

Definition at line 2080 of file msg.c.

Referenced by CDecodeEnvelopedMsg_CrtlDecrypt().


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