ReactOS 0.4.15-dev-7842-g558ab78
_CERT_VERIFY_CERTIFICATE_TRUST Struct Reference

#include <cryptdlg.h>

Collaboration diagram for _CERT_VERIFY_CERTIFICATE_TRUST:

Public Attributes

DWORD cbSize
 
PCCERT_CONTEXT pccert
 
DWORD dwFlags
 
DWORD dwIgnoreErr
 
DWORDpdwErrors
 
LPSTR pszUsageOid
 
HCRYPTPROV hprov
 
DWORD cRootStores
 
HCERTSTORErghstoreRoots
 
DWORD cStores
 
HCERTSTORErghstoreCAs
 
DWORD cTrustStores
 
HCERTSTORErghstoreTrust
 
DWORD lCustData
 
PFNTRUSTHELPER pfnTrustHelper
 
DWORDpcchain
 
PCCERT_CONTEXT ** prgChain
 
DWORD ** prgdwErrors
 
DATA_BLOB ** prgpbTrustInfo
 

Detailed Description

Definition at line 271 of file cryptdlg.h.

Member Data Documentation

◆ cbSize

DWORD _CERT_VERIFY_CERTIFICATE_TRUST::cbSize

Definition at line 273 of file cryptdlg.h.

Referenced by CertViewPropertiesW(), and WINTRUST_CertVerifyObjTrust().

◆ cRootStores

DWORD _CERT_VERIFY_CERTIFICATE_TRUST::cRootStores

Definition at line 280 of file cryptdlg.h.

Referenced by CertViewPropertiesW(), and WINTRUST_CertVerifyObjTrust().

◆ cStores

DWORD _CERT_VERIFY_CERTIFICATE_TRUST::cStores

Definition at line 282 of file cryptdlg.h.

Referenced by CertViewPropertiesW(), and WINTRUST_CertVerifyObjTrust().

◆ cTrustStores

DWORD _CERT_VERIFY_CERTIFICATE_TRUST::cTrustStores

Definition at line 284 of file cryptdlg.h.

Referenced by CertViewPropertiesW(), and WINTRUST_CertVerifyObjTrust().

◆ dwFlags

DWORD _CERT_VERIFY_CERTIFICATE_TRUST::dwFlags

Definition at line 275 of file cryptdlg.h.

◆ dwIgnoreErr

DWORD _CERT_VERIFY_CERTIFICATE_TRUST::dwIgnoreErr

Definition at line 276 of file cryptdlg.h.

◆ hprov

HCRYPTPROV _CERT_VERIFY_CERTIFICATE_TRUST::hprov

Definition at line 279 of file cryptdlg.h.

◆ lCustData

DWORD _CERT_VERIFY_CERTIFICATE_TRUST::lCustData

Definition at line 286 of file cryptdlg.h.

◆ pccert

PCCERT_CONTEXT _CERT_VERIFY_CERTIFICATE_TRUST::pccert

◆ pcchain

DWORD* _CERT_VERIFY_CERTIFICATE_TRUST::pcchain

Definition at line 288 of file cryptdlg.h.

◆ pdwErrors

DWORD* _CERT_VERIFY_CERTIFICATE_TRUST::pdwErrors

Definition at line 277 of file cryptdlg.h.

◆ pfnTrustHelper

PFNTRUSTHELPER _CERT_VERIFY_CERTIFICATE_TRUST::pfnTrustHelper

Definition at line 287 of file cryptdlg.h.

◆ prgChain

PCCERT_CONTEXT** _CERT_VERIFY_CERTIFICATE_TRUST::prgChain

Definition at line 289 of file cryptdlg.h.

◆ prgdwErrors

DWORD** _CERT_VERIFY_CERTIFICATE_TRUST::prgdwErrors

Definition at line 290 of file cryptdlg.h.

◆ prgpbTrustInfo

DATA_BLOB** _CERT_VERIFY_CERTIFICATE_TRUST::prgpbTrustInfo

Definition at line 291 of file cryptdlg.h.

◆ pszUsageOid

LPSTR _CERT_VERIFY_CERTIFICATE_TRUST::pszUsageOid

Definition at line 278 of file cryptdlg.h.

◆ rghstoreCAs

HCERTSTORE* _CERT_VERIFY_CERTIFICATE_TRUST::rghstoreCAs

Definition at line 283 of file cryptdlg.h.

Referenced by CertViewPropertiesW(), and WINTRUST_CertVerifyObjTrust().

◆ rghstoreRoots

HCERTSTORE* _CERT_VERIFY_CERTIFICATE_TRUST::rghstoreRoots

Definition at line 281 of file cryptdlg.h.

Referenced by CertViewPropertiesW(), and WINTRUST_CertVerifyObjTrust().

◆ rghstoreTrust

HCERTSTORE* _CERT_VERIFY_CERTIFICATE_TRUST::rghstoreTrust

Definition at line 285 of file cryptdlg.h.

Referenced by CertViewPropertiesW(), and WINTRUST_CertVerifyObjTrust().


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