|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wintrust.h>

Public Attributes | |
| DWORD | cbStruct |
| LPCWSTR | pcwszDisplayName |
| CERT_CONTEXT * | psCertContext |
| DWORD | chStores |
| HCERTSTORE * | pahStores |
| DWORD | dwFlags |
| FILETIME * | psftVerifyAsOf |
Definition at line 68 of file wintrust.h.
| DWORD WINTRUST_CERT_INFO_::cbStruct |
Definition at line 70 of file wintrust.h.
Referenced by SOFTPUB_LoadCertMessage().
| DWORD WINTRUST_CERT_INFO_::chStores |
Definition at line 73 of file wintrust.h.
| DWORD WINTRUST_CERT_INFO_::dwFlags |
Definition at line 75 of file wintrust.h.
| HCERTSTORE* WINTRUST_CERT_INFO_::pahStores |
Definition at line 74 of file wintrust.h.
| LPCWSTR WINTRUST_CERT_INFO_::pcwszDisplayName |
Definition at line 71 of file wintrust.h.
| CERT_CONTEXT* WINTRUST_CERT_INFO_::psCertContext |
Definition at line 72 of file wintrust.h.
Referenced by testObjTrust().
| FILETIME* WINTRUST_CERT_INFO_::psftVerifyAsOf |
Definition at line 76 of file wintrust.h.