ReactOS 0.4.15-dev-7958-gcd0bb1a
_CMSG_SIGNED_ENCODE_INFO_WITH_CMS Struct Reference
Collaboration diagram for _CMSG_SIGNED_ENCODE_INFO_WITH_CMS:

Public Attributes

DWORD cbSize
 
DWORD cSigners
 
CMSG_SIGNER_ENCODE_INFO_WITH_CMSrgSigners
 
DWORD cCertEncoded
 
PCERT_BLOB rgCertEncoded
 
DWORD cCrlEncoded
 
PCRL_BLOB rgCrlEncoded
 
DWORD cAttrCertEncoded
 
PCERT_BLOB rgAttrCertEncoded
 

Detailed Description

Definition at line 613 of file msg.c.

Member Data Documentation

◆ cAttrCertEncoded

DWORD _CMSG_SIGNED_ENCODE_INFO_WITH_CMS::cAttrCertEncoded

Definition at line 622 of file msg.c.

◆ cbSize

DWORD _CMSG_SIGNED_ENCODE_INFO_WITH_CMS::cbSize

Definition at line 615 of file msg.c.

◆ cCertEncoded

DWORD _CMSG_SIGNED_ENCODE_INFO_WITH_CMS::cCertEncoded

Definition at line 618 of file msg.c.

◆ cCrlEncoded

DWORD _CMSG_SIGNED_ENCODE_INFO_WITH_CMS::cCrlEncoded

Definition at line 620 of file msg.c.

◆ cSigners

DWORD _CMSG_SIGNED_ENCODE_INFO_WITH_CMS::cSigners

Definition at line 616 of file msg.c.

◆ rgAttrCertEncoded

PCERT_BLOB _CMSG_SIGNED_ENCODE_INFO_WITH_CMS::rgAttrCertEncoded

Definition at line 623 of file msg.c.

◆ rgCertEncoded

PCERT_BLOB _CMSG_SIGNED_ENCODE_INFO_WITH_CMS::rgCertEncoded

Definition at line 619 of file msg.c.

◆ rgCrlEncoded

PCRL_BLOB _CMSG_SIGNED_ENCODE_INFO_WITH_CMS::rgCrlEncoded

Definition at line 621 of file msg.c.

◆ rgSigners

CMSG_SIGNER_ENCODE_INFO_WITH_CMS* _CMSG_SIGNED_ENCODE_INFO_WITH_CMS::rgSigners

Definition at line 617 of file msg.c.


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