ReactOS 0.4.15-dev-7958-gcd0bb1a
_CMSG_CMS_SIGNER_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CMSG_CMS_SIGNER_INFO:

Public Attributes

DWORD dwVersion
 
CERT_ID SignerId
 
CRYPT_ALGORITHM_IDENTIFIER HashAlgorithm
 
CRYPT_ALGORITHM_IDENTIFIER HashEncryptionAlgorithm
 
CRYPT_DATA_BLOB EncryptedHash
 
CRYPT_ATTRIBUTES AuthAttrs
 
CRYPT_ATTRIBUTES UnauthAttrs
 

Detailed Description

Definition at line 3961 of file wincrypt.h.

Member Data Documentation

◆ AuthAttrs

◆ dwVersion

DWORD _CMSG_CMS_SIGNER_INFO::dwVersion

Definition at line 3962 of file wincrypt.h.

Referenced by compare_cms_signer_info(), and test_decode_msg_get_param().

◆ EncryptedHash

CRYPT_DATA_BLOB _CMSG_CMS_SIGNER_INFO::EncryptedHash

Definition at line 3966 of file wincrypt.h.

Referenced by CSignedMsgData_Sign().

◆ HashAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CMSG_CMS_SIGNER_INFO::HashAlgorithm

◆ HashEncryptionAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CMSG_CMS_SIGNER_INFO::HashEncryptionAlgorithm

Definition at line 3965 of file wincrypt.h.

◆ SignerId

CERT_ID _CMSG_CMS_SIGNER_INFO::SignerId

◆ UnauthAttrs

CRYPT_ATTRIBUTES _CMSG_CMS_SIGNER_INFO::UnauthAttrs

Definition at line 3968 of file wincrypt.h.


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