ReactOS 0.4.15-dev-7942-gd23573b
_CERT_CHAIN_ENGINE_CONFIG Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CERT_CHAIN_ENGINE_CONFIG:

Public Attributes

DWORD cbSize
 
HCERTSTORE hRestrictedRoot
 
HCERTSTORE hRestrictedTrust
 
HCERTSTORE hRestrictedOther
 
DWORD cAdditionalStore
 
HCERTSTORErghAdditionalStore
 
DWORD dwFlags
 
DWORD dwUrlRetrievalTimeout
 
DWORD MaximumCachedCertificates
 
DWORD CycleDetectionModulus
 
HCERTSTORE hExclusiveRoot
 
HCERTSTORE hExclusiveRootTrustedPeople
 

Detailed Description

Definition at line 3623 of file wincrypt.h.

Member Data Documentation

◆ cAdditionalStore

DWORD _CERT_CHAIN_ENGINE_CONFIG::cAdditionalStore

Definition at line 3629 of file wincrypt.h.

◆ cbSize

DWORD _CERT_CHAIN_ENGINE_CONFIG::cbSize

Definition at line 3625 of file wincrypt.h.

Referenced by CertCreateCertificateChainEngine().

◆ CycleDetectionModulus

DWORD _CERT_CHAIN_ENGINE_CONFIG::CycleDetectionModulus

Definition at line 3634 of file wincrypt.h.

◆ dwFlags

DWORD _CERT_CHAIN_ENGINE_CONFIG::dwFlags

Definition at line 3631 of file wincrypt.h.

◆ dwUrlRetrievalTimeout

DWORD _CERT_CHAIN_ENGINE_CONFIG::dwUrlRetrievalTimeout

Definition at line 3632 of file wincrypt.h.

◆ hExclusiveRoot

HCERTSTORE _CERT_CHAIN_ENGINE_CONFIG::hExclusiveRoot

Definition at line 3635 of file wincrypt.h.

Referenced by check_ssl_policy().

◆ hExclusiveRootTrustedPeople

HCERTSTORE _CERT_CHAIN_ENGINE_CONFIG::hExclusiveRootTrustedPeople

Definition at line 3636 of file wincrypt.h.

◆ hRestrictedOther

HCERTSTORE _CERT_CHAIN_ENGINE_CONFIG::hRestrictedOther

Definition at line 3628 of file wincrypt.h.

◆ hRestrictedRoot

HCERTSTORE _CERT_CHAIN_ENGINE_CONFIG::hRestrictedRoot

Definition at line 3626 of file wincrypt.h.

Referenced by CertCreateCertificateChainEngine().

◆ hRestrictedTrust

HCERTSTORE _CERT_CHAIN_ENGINE_CONFIG::hRestrictedTrust

Definition at line 3627 of file wincrypt.h.

◆ MaximumCachedCertificates

DWORD _CERT_CHAIN_ENGINE_CONFIG::MaximumCachedCertificates

Definition at line 3633 of file wincrypt.h.

◆ rghAdditionalStore

HCERTSTORE* _CERT_CHAIN_ENGINE_CONFIG::rghAdditionalStore

Definition at line 3630 of file wincrypt.h.


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