ReactOS 0.4.15-dev-7953-g1f49173
_CERT_STRONG_SIGN_PARA Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CERT_STRONG_SIGN_PARA:

Public Attributes

DWORD cbSize
 
DWORD dwInfoChoice
 
union {
   void *   pvInfo
 
   CERT_STRONG_SIGN_SERIALIZED_INFO *   pSerializedInfo
 
   char *   pszOID
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 4087 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CERT_STRONG_SIGN_PARA::cbSize

Definition at line 4088 of file wincrypt.h.

◆ 

union { ... } _CERT_STRONG_SIGN_PARA::DUMMYUNIONNAME

◆ dwInfoChoice

DWORD _CERT_STRONG_SIGN_PARA::dwInfoChoice

Definition at line 4089 of file wincrypt.h.

◆ pSerializedInfo

CERT_STRONG_SIGN_SERIALIZED_INFO* _CERT_STRONG_SIGN_PARA::pSerializedInfo

Definition at line 4092 of file wincrypt.h.

◆ pszOID

char* _CERT_STRONG_SIGN_PARA::pszOID

Definition at line 4093 of file wincrypt.h.

◆ pvInfo

void* _CERT_STRONG_SIGN_PARA::pvInfo

Definition at line 4091 of file wincrypt.h.


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