ReactOS 0.4.15-dev-7842-g558ab78
_CRYPT_SIGN_MESSAGE_PARA Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CRYPT_SIGN_MESSAGE_PARA:

Public Attributes

DWORD cbSize
 
DWORD dwMsgEncodingType
 
PCCERT_CONTEXT pSigningCert
 
CRYPT_ALGORITHM_IDENTIFIER HashAlgorithm
 
voidpvHashAuxInfo
 
DWORD cMsgCert
 
PCCERT_CONTEXTrgpMsgCert
 
DWORD cMsgCrl
 
PCCRL_CONTEXTrgpMsgCrl
 
DWORD cAuthAttr
 
PCRYPT_ATTRIBUTE rgAuthAttr
 
DWORD cUnauthAttr
 
PCRYPT_ATTRIBUTE rgUnauthAttr
 
DWORD dwFlags
 
DWORD dwInnerContentType
 

Detailed Description

Definition at line 1425 of file wincrypt.h.

Member Data Documentation

◆ cAuthAttr

DWORD _CRYPT_SIGN_MESSAGE_PARA::cAuthAttr

Definition at line 1435 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ cbSize

DWORD _CRYPT_SIGN_MESSAGE_PARA::cbSize

Definition at line 1426 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_sign_message().

◆ cMsgCert

DWORD _CRYPT_SIGN_MESSAGE_PARA::cMsgCert

Definition at line 1431 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_sign_message().

◆ cMsgCrl

DWORD _CRYPT_SIGN_MESSAGE_PARA::cMsgCrl

Definition at line 1433 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_sign_message().

◆ cUnauthAttr

DWORD _CRYPT_SIGN_MESSAGE_PARA::cUnauthAttr

Definition at line 1437 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ dwFlags

DWORD _CRYPT_SIGN_MESSAGE_PARA::dwFlags

Definition at line 1439 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ dwInnerContentType

DWORD _CRYPT_SIGN_MESSAGE_PARA::dwInnerContentType

Definition at line 1440 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ dwMsgEncodingType

DWORD _CRYPT_SIGN_MESSAGE_PARA::dwMsgEncodingType

Definition at line 1427 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_sign_message().

◆ HashAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CRYPT_SIGN_MESSAGE_PARA::HashAlgorithm

Definition at line 1429 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_sign_message().

◆ pSigningCert

PCCERT_CONTEXT _CRYPT_SIGN_MESSAGE_PARA::pSigningCert

Definition at line 1428 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_sign_message().

◆ pvHashAuxInfo

void* _CRYPT_SIGN_MESSAGE_PARA::pvHashAuxInfo

Definition at line 1430 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ rgAuthAttr

PCRYPT_ATTRIBUTE _CRYPT_SIGN_MESSAGE_PARA::rgAuthAttr

Definition at line 1436 of file wincrypt.h.

Referenced by CryptSignMessage().

◆ rgpMsgCert

PCCERT_CONTEXT* _CRYPT_SIGN_MESSAGE_PARA::rgpMsgCert

Definition at line 1432 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_sign_message().

◆ rgpMsgCrl

PCCRL_CONTEXT* _CRYPT_SIGN_MESSAGE_PARA::rgpMsgCrl

Definition at line 1434 of file wincrypt.h.

Referenced by CryptSignMessage(), and test_sign_message().

◆ rgUnauthAttr

PCRYPT_ATTRIBUTE _CRYPT_SIGN_MESSAGE_PARA::rgUnauthAttr

Definition at line 1438 of file wincrypt.h.

Referenced by CryptSignMessage().


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