ReactOS 0.4.15-dev-8100-g1887773
_CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS Struct Reference
Collaboration diagram for _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS:

Public Attributes

DWORD cbSize
 
HCRYPTPROV_LEGACY hCryptProv
 
CRYPT_ALGORITHM_IDENTIFIER ContentEncryptionAlgorithm
 
voidpvEncryptionAuxInfo
 
DWORD cRecipients
 
PCERT_INFOrgpRecipientCert
 
PCMSG_RECIPIENT_ENCODE_INFO rgCmsRecipients
 
DWORD cCertEncoded
 
PCERT_BLOB rgCertEncoded
 
DWORD cCrlEncoded
 
PCRL_BLOB rgCrlEncoded
 
DWORD cAttrCertEncoded
 
PCERT_BLOB rgAttrCertEncoded
 
DWORD cUnprotectedAttr
 
PCRYPT_ATTRIBUTE rgUnprotectedAttr
 

Detailed Description

Definition at line 1482 of file msg.c.

Member Data Documentation

◆ cAttrCertEncoded

DWORD _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::cAttrCertEncoded

Definition at line 1495 of file msg.c.

◆ cbSize

DWORD _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::cbSize

Definition at line 1484 of file msg.c.

◆ cCertEncoded

DWORD _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::cCertEncoded

Definition at line 1491 of file msg.c.

◆ cCrlEncoded

DWORD _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::cCrlEncoded

Definition at line 1493 of file msg.c.

◆ ContentEncryptionAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::ContentEncryptionAlgorithm

Definition at line 1486 of file msg.c.

◆ cRecipients

DWORD _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::cRecipients

Definition at line 1488 of file msg.c.

◆ cUnprotectedAttr

DWORD _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::cUnprotectedAttr

Definition at line 1497 of file msg.c.

◆ hCryptProv

HCRYPTPROV_LEGACY _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::hCryptProv

Definition at line 1485 of file msg.c.

◆ pvEncryptionAuxInfo

void* _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::pvEncryptionAuxInfo

Definition at line 1487 of file msg.c.

◆ rgAttrCertEncoded

PCERT_BLOB _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::rgAttrCertEncoded

Definition at line 1496 of file msg.c.

◆ rgCertEncoded

PCERT_BLOB _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::rgCertEncoded

Definition at line 1492 of file msg.c.

◆ rgCmsRecipients

PCMSG_RECIPIENT_ENCODE_INFO _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::rgCmsRecipients

Definition at line 1490 of file msg.c.

◆ rgCrlEncoded

PCRL_BLOB _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::rgCrlEncoded

Definition at line 1494 of file msg.c.

◆ rgpRecipientCert

PCERT_INFO* _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::rgpRecipientCert

Definition at line 1489 of file msg.c.

◆ rgUnprotectedAttr

PCRYPT_ATTRIBUTE _CMSG_ENVELOPED_ENCODE_INFO_WITH_CMS::rgUnprotectedAttr

Definition at line 1498 of file msg.c.


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