ReactOS 0.4.15-dev-8076-g06e89b2
_CMSG_SIGNED_ENCODE_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CMSG_SIGNED_ENCODE_INFO:

Public Attributes

DWORD cbSize
 
DWORD cSigners
 
PCMSG_SIGNER_ENCODE_INFO rgSigners
 
DWORD cCertEncoded
 
PCERT_BLOB rgCertEncoded
 
DWORD cCrlEncoded
 
PCRL_BLOB rgCrlEncoded
 

Detailed Description

Definition at line 3727 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CMSG_SIGNED_ENCODE_INFO::cbSize

Definition at line 3729 of file wincrypt.h.

Referenced by CryptSignMessage(), test_msg_control(), and test_signed_msg_open().

◆ cCertEncoded

DWORD _CMSG_SIGNED_ENCODE_INFO::cCertEncoded

Definition at line 3732 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_signed_msg_encoding().

◆ cCrlEncoded

DWORD _CMSG_SIGNED_ENCODE_INFO::cCrlEncoded

Definition at line 3734 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_signed_msg_encoding().

◆ cSigners

DWORD _CMSG_SIGNED_ENCODE_INFO::cSigners

◆ rgCertEncoded

PCERT_BLOB _CMSG_SIGNED_ENCODE_INFO::rgCertEncoded

Definition at line 3733 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_signed_msg_encoding().

◆ rgCrlEncoded

PCRL_BLOB _CMSG_SIGNED_ENCODE_INFO::rgCrlEncoded

Definition at line 3735 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_signed_msg_encoding().

◆ rgSigners


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