ReactOS 0.4.16-dev-1535-gea189a3
_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 3873 of file wincrypt.h.

Member Data Documentation

◆ cAuthAttr

DWORD _CMSG_SIGNER_ENCODE_INFO::cAuthAttr

Definition at line 3881 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_signed_msg_encoding().

◆ cbSize

DWORD _CMSG_SIGNER_ENCODE_INFO::cbSize

Definition at line 3875 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ cUnauthAttr

DWORD _CMSG_SIGNER_ENCODE_INFO::cUnauthAttr

Definition at line 3883 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ dwKeySpec

DWORD _CMSG_SIGNER_ENCODE_INFO::dwKeySpec

Definition at line 3878 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ HashAlgorithm

◆ hCryptProv

◆ pCertInfo

◆ pvHashAuxInfo

void* _CMSG_SIGNER_ENCODE_INFO::pvHashAuxInfo

Definition at line 3880 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ rgAuthAttr

PCRYPT_ATTRIBUTE _CMSG_SIGNER_ENCODE_INFO::rgAuthAttr

Definition at line 3882 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_signed_msg_encoding().

◆ rgUnauthAttr

PCRYPT_ATTRIBUTE _CMSG_SIGNER_ENCODE_INFO::rgUnauthAttr

Definition at line 3884 of file wincrypt.h.

Referenced by CryptSignMessage().


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