ReactOS 0.4.15-dev-7942-gd23573b
_CEnvelopedEncodeMsg Struct Reference
Collaboration diagram for _CEnvelopedEncodeMsg:

Public Attributes

CryptMsgBase base
 
CRYPT_ALGORITHM_IDENTIFIER algo
 
HCRYPTPROV prov
 
HCRYPTKEY key
 
DWORD cRecipientInfo
 
CMSG_KEY_TRANS_RECIPIENT_INFOrecipientInfo
 
CRYPT_DATA_BLOB data
 

Detailed Description

Definition at line 1501 of file msg.c.

Member Data Documentation

◆ algo

CRYPT_ALGORITHM_IDENTIFIER _CEnvelopedEncodeMsg::algo

Definition at line 1504 of file msg.c.

◆ base

CryptMsgBase _CEnvelopedEncodeMsg::base

Definition at line 1503 of file msg.c.

◆ cRecipientInfo

DWORD _CEnvelopedEncodeMsg::cRecipientInfo

Definition at line 1507 of file msg.c.

◆ data

CRYPT_DATA_BLOB _CEnvelopedEncodeMsg::data

Definition at line 1509 of file msg.c.

◆ key

HCRYPTKEY _CEnvelopedEncodeMsg::key

Definition at line 1506 of file msg.c.

◆ prov

HCRYPTPROV _CEnvelopedEncodeMsg::prov

Definition at line 1505 of file msg.c.

◆ recipientInfo

CMSG_KEY_TRANS_RECIPIENT_INFO* _CEnvelopedEncodeMsg::recipientInfo

Definition at line 1508 of file msg.c.


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