ReactOS 0.4.15-dev-7834-g00c4b3d
_CMSG_SIGNER_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CMSG_SIGNER_INFO:

Public Attributes

DWORD dwVersion
 
CERT_NAME_BLOB Issuer
 
CRYPT_INTEGER_BLOB SerialNumber
 
CRYPT_ALGORITHM_IDENTIFIER HashAlgorithm
 
CRYPT_ALGORITHM_IDENTIFIER HashEncryptionAlgorithm
 
CRYPT_DATA_BLOB EncryptedHash
 
CRYPT_ATTRIBUTES AuthAttrs
 
CRYPT_ATTRIBUTES UnauthAttrs
 

Detailed Description

Definition at line 768 of file wincrypt.h.

Member Data Documentation

◆ AuthAttrs

CRYPT_ATTRIBUTES _CMSG_SIGNER_INFO::AuthAttrs

Definition at line 775 of file wincrypt.h.

◆ dwVersion

DWORD _CMSG_SIGNER_INFO::dwVersion

Definition at line 769 of file wincrypt.h.

Referenced by compare_signer_info(), and test_decode_msg_get_param().

◆ EncryptedHash

CRYPT_DATA_BLOB _CMSG_SIGNER_INFO::EncryptedHash

Definition at line 774 of file wincrypt.h.

Referenced by MsiGetFileSignatureInformationW().

◆ HashAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CMSG_SIGNER_INFO::HashAlgorithm

Definition at line 772 of file wincrypt.h.

Referenced by test_decode_msg_get_param().

◆ HashEncryptionAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CMSG_SIGNER_INFO::HashEncryptionAlgorithm

Definition at line 773 of file wincrypt.h.

◆ Issuer

CERT_NAME_BLOB _CMSG_SIGNER_INFO::Issuer

Definition at line 770 of file wincrypt.h.

Referenced by compare_signer_info(), and test_decode_msg_get_param().

◆ SerialNumber

CRYPT_INTEGER_BLOB _CMSG_SIGNER_INFO::SerialNumber

Definition at line 771 of file wincrypt.h.

Referenced by compare_signer_info(), and test_decode_msg_get_param().

◆ UnauthAttrs

CRYPT_ATTRIBUTES _CMSG_SIGNER_INFO::UnauthAttrs

Definition at line 776 of file wincrypt.h.

Referenced by WINTRUST_GetTimeFromSigner().


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