ReactOS 0.4.16-dev-1524-ga5ab400
_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 4252 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CERT_STRONG_SIGN_PARA::cbSize

Definition at line 4253 of file wincrypt.h.

◆ 

union { ... } _CERT_STRONG_SIGN_PARA::DUMMYUNIONNAME

◆ dwInfoChoice

DWORD _CERT_STRONG_SIGN_PARA::dwInfoChoice

Definition at line 4254 of file wincrypt.h.

◆ pSerializedInfo

CERT_STRONG_SIGN_SERIALIZED_INFO* _CERT_STRONG_SIGN_PARA::pSerializedInfo

Definition at line 4257 of file wincrypt.h.

◆ pszOID

char* _CERT_STRONG_SIGN_PARA::pszOID

Definition at line 4258 of file wincrypt.h.

◆ pvInfo

void* _CERT_STRONG_SIGN_PARA::pvInfo

Definition at line 4256 of file wincrypt.h.


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