ReactOS 0.4.15-dev-8076-g06e89b2
_CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA:

Public Attributes

DWORD cbSize
 
HCRYPTPROV hCryptProv
 
DWORD dwSignerIndex
 
DWORD dwSignerType
 
voidpvSigner
 

Detailed Description

Definition at line 3912 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::cbSize

Definition at line 3913 of file wincrypt.h.

Referenced by CDecodeSignedMsg_VerifySignatureEx().

◆ dwSignerIndex

DWORD _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::dwSignerIndex

Definition at line 3915 of file wincrypt.h.

Referenced by CDecodeSignedMsg_VerifySignatureEx().

◆ dwSignerType

DWORD _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::dwSignerType

Definition at line 3916 of file wincrypt.h.

Referenced by CDecodeSignedMsg_VerifySignatureEx().

◆ hCryptProv

HCRYPTPROV _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::hCryptProv

Definition at line 3914 of file wincrypt.h.

Referenced by CDecodeSignedMsg_VerifySignatureEx().

◆ pvSigner

void* _CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA::pvSigner

Definition at line 3917 of file wincrypt.h.

Referenced by CDecodeSignedMsg_VerifySignatureEx().


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