ReactOS 0.4.16-dev-1484-g212a1a5
|
#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 3892 of file wincrypt.h.
DWORD _CMSG_SIGNED_ENCODE_INFO::cbSize |
Definition at line 3894 of file wincrypt.h.
Referenced by CryptSignMessage(), test_msg_control(), and test_signed_msg_open().
DWORD _CMSG_SIGNED_ENCODE_INFO::cCertEncoded |
Definition at line 3897 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_signed_msg_encoding().
DWORD _CMSG_SIGNED_ENCODE_INFO::cCrlEncoded |
Definition at line 3899 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_signed_msg_encoding().
DWORD _CMSG_SIGNED_ENCODE_INFO::cSigners |
Definition at line 3895 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 3898 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_signed_msg_encoding().
PCRL_BLOB _CMSG_SIGNED_ENCODE_INFO::rgCrlEncoded |
Definition at line 3900 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_signed_msg_encoding().
PCMSG_SIGNER_ENCODE_INFO _CMSG_SIGNED_ENCODE_INFO::rgSigners |
Definition at line 3896 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().