ReactOS 0.4.15-dev-8076-g06e89b2
_CMSG_SIGNER_ENCODE_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CMSG_SIGNER_ENCODE_INFO:

Public Attributes

DWORD cbSize
 
PCERT_INFO pCertInfo
 
HCRYPTPROV hCryptProv
 
DWORD dwKeySpec
 
CRYPT_ALGORITHM_IDENTIFIER HashAlgorithm
 
voidpvHashAuxInfo
 
DWORD cAuthAttr
 
PCRYPT_ATTRIBUTE rgAuthAttr
 
DWORD cUnauthAttr
 
PCRYPT_ATTRIBUTE rgUnauthAttr
 

Detailed Description

Definition at line 3708 of file wincrypt.h.

Member Data Documentation

◆ cAuthAttr

DWORD _CMSG_SIGNER_ENCODE_INFO::cAuthAttr

Definition at line 3716 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_signed_msg_encoding().

◆ cbSize

DWORD _CMSG_SIGNER_ENCODE_INFO::cbSize

Definition at line 3710 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ cUnauthAttr

DWORD _CMSG_SIGNER_ENCODE_INFO::cUnauthAttr

Definition at line 3718 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ dwKeySpec

DWORD _CMSG_SIGNER_ENCODE_INFO::dwKeySpec

Definition at line 3713 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ HashAlgorithm

◆ hCryptProv

◆ pCertInfo

◆ pvHashAuxInfo

void* _CMSG_SIGNER_ENCODE_INFO::pvHashAuxInfo

Definition at line 3715 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ rgAuthAttr

PCRYPT_ATTRIBUTE _CMSG_SIGNER_ENCODE_INFO::rgAuthAttr

Definition at line 3717 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_signed_msg_encoding().

◆ rgUnauthAttr

PCRYPT_ATTRIBUTE _CMSG_SIGNER_ENCODE_INFO::rgUnauthAttr

Definition at line 3719 of file wincrypt.h.

Referenced by CryptSignMessage().


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