ReactOS 0.4.15-dev-7942-gd23573b
_CRYPT_KEY_SIGN_MESSAGE_PARA Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CRYPT_KEY_SIGN_MESSAGE_PARA:

Public Attributes

DWORD cbSize
 
DWORD dwMsgAndCertEncodingType
 
HCRYPTPROV hCryptProv
 
DWORD dwKeySpec
 
CRYPT_ALGORITHM_IDENTIFIER HashAlgorithm
 
voidpvHashAuxInfo
 

Detailed Description

Definition at line 1497 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CRYPT_KEY_SIGN_MESSAGE_PARA::cbSize

Definition at line 1498 of file wincrypt.h.

◆ dwKeySpec

DWORD _CRYPT_KEY_SIGN_MESSAGE_PARA::dwKeySpec

Definition at line 1501 of file wincrypt.h.

◆ dwMsgAndCertEncodingType

DWORD _CRYPT_KEY_SIGN_MESSAGE_PARA::dwMsgAndCertEncodingType

Definition at line 1499 of file wincrypt.h.

◆ HashAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CRYPT_KEY_SIGN_MESSAGE_PARA::HashAlgorithm

Definition at line 1502 of file wincrypt.h.

◆ hCryptProv

HCRYPTPROV _CRYPT_KEY_SIGN_MESSAGE_PARA::hCryptProv

Definition at line 1500 of file wincrypt.h.

◆ pvHashAuxInfo

void* _CRYPT_KEY_SIGN_MESSAGE_PARA::pvHashAuxInfo

Definition at line 1503 of file wincrypt.h.


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