Struct windows_sys::Win32::Security::Cryptography::CERT_CHAIN_ENGINE_CONFIG
#[repr(C)]pub struct CERT_CHAIN_ENGINE_CONFIG {Show 13 fields
pub cbSize: u32,
pub hRestrictedRoot: HCERTSTORE,
pub hRestrictedTrust: HCERTSTORE,
pub hRestrictedOther: HCERTSTORE,
pub cAdditionalStore: u32,
pub rghAdditionalStore: *mut HCERTSTORE,
pub dwFlags: u32,
pub dwUrlRetrievalTimeout: u32,
pub MaximumCachedCertificates: u32,
pub CycleDetectionModulus: u32,
pub hExclusiveRoot: HCERTSTORE,
pub hExclusiveTrustedPeople: HCERTSTORE,
pub dwExclusiveFlags: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§cbSize: u32
§hRestrictedRoot: HCERTSTORE
§hRestrictedTrust: HCERTSTORE
§hRestrictedOther: HCERTSTORE
§cAdditionalStore: u32
§rghAdditionalStore: *mut HCERTSTORE
§dwFlags: u32
§dwUrlRetrievalTimeout: u32
§MaximumCachedCertificates: u32
§CycleDetectionModulus: u32
§hExclusiveRoot: HCERTSTORE
§hExclusiveTrustedPeople: HCERTSTORE
§dwExclusiveFlags: u32