ReactOS 0.4.16-dev-1946-g52006dd
_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 3783 of file wincrypt.h.

Member Data Documentation

◆ cAdditionalStore

DWORD _CERT_CHAIN_ENGINE_CONFIG::cAdditionalStore

Definition at line 3789 of file wincrypt.h.

◆ cbSize

DWORD _CERT_CHAIN_ENGINE_CONFIG::cbSize

Definition at line 3785 of file wincrypt.h.

Referenced by CertCreateCertificateChainEngine().

◆ CycleDetectionModulus

DWORD _CERT_CHAIN_ENGINE_CONFIG::CycleDetectionModulus

Definition at line 3794 of file wincrypt.h.

◆ dwFlags

DWORD _CERT_CHAIN_ENGINE_CONFIG::dwFlags

Definition at line 3791 of file wincrypt.h.

◆ dwUrlRetrievalTimeout

DWORD _CERT_CHAIN_ENGINE_CONFIG::dwUrlRetrievalTimeout

Definition at line 3792 of file wincrypt.h.

◆ hExclusiveRoot

HCERTSTORE _CERT_CHAIN_ENGINE_CONFIG::hExclusiveRoot

Definition at line 3795 of file wincrypt.h.

Referenced by check_ssl_policy().

◆ hExclusiveRootTrustedPeople

HCERTSTORE _CERT_CHAIN_ENGINE_CONFIG::hExclusiveRootTrustedPeople

Definition at line 3796 of file wincrypt.h.

◆ hRestrictedOther

HCERTSTORE _CERT_CHAIN_ENGINE_CONFIG::hRestrictedOther

Definition at line 3788 of file wincrypt.h.

◆ hRestrictedRoot

HCERTSTORE _CERT_CHAIN_ENGINE_CONFIG::hRestrictedRoot

Definition at line 3786 of file wincrypt.h.

Referenced by CertCreateCertificateChainEngine().

◆ hRestrictedTrust

HCERTSTORE _CERT_CHAIN_ENGINE_CONFIG::hRestrictedTrust

Definition at line 3787 of file wincrypt.h.

◆ MaximumCachedCertificates

DWORD _CERT_CHAIN_ENGINE_CONFIG::MaximumCachedCertificates

Definition at line 3793 of file wincrypt.h.

◆ rghAdditionalStore

HCERTSTORE* _CERT_CHAIN_ENGINE_CONFIG::rghAdditionalStore

Definition at line 3790 of file wincrypt.h.


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