ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
DWORD | cSigners |
PCMSG_SIGNER_ENCODE_INFO | rgSigners |
DWORD | cCertEncoded |
PCERT_BLOB | rgCertEncoded |
DWORD | cCrlEncoded |
PCRL_BLOB | rgCrlEncoded |
Definition at line 3727 of file wincrypt.h.
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().
DWORD _CMSG_SIGNED_ENCODE_INFO::cCertEncoded |
Definition at line 3732 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_signed_msg_encoding().
DWORD _CMSG_SIGNED_ENCODE_INFO::cCrlEncoded |
Definition at line 3734 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_signed_msg_encoding().
DWORD _CMSG_SIGNED_ENCODE_INFO::cSigners |
Definition at line 3730 of file wincrypt.h.
Referenced by CryptSignMessage(), test_signed_msg_encoding(), test_signed_msg_get_param(), test_signed_msg_open(), and test_signed_msg_update().
PCERT_BLOB _CMSG_SIGNED_ENCODE_INFO::rgCertEncoded |
Definition at line 3733 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_signed_msg_encoding().
PCRL_BLOB _CMSG_SIGNED_ENCODE_INFO::rgCrlEncoded |
Definition at line 3735 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_signed_msg_encoding().
PCMSG_SIGNER_ENCODE_INFO _CMSG_SIGNED_ENCODE_INFO::rgSigners |
Definition at line 3731 of file wincrypt.h.
Referenced by CryptSignMessage(), test_signed_msg_encoding(), test_signed_msg_get_param(), test_signed_msg_open(), and test_signed_msg_update().