Struct winapi::wincrypt::CERT_CHAIN_ENGINE_CONFIG
[−]
[src]
pub struct CERT_CHAIN_ENGINE_CONFIG {
pub cbSize: DWORD,
pub hRestrictedRoot: HCERTSTORE,
pub hRestrictedTrust: HCERTSTORE,
pub hRestrictedOther: HCERTSTORE,
pub cAdditionalStore: DWORD,
pub rghAdditionalStore: *mut HCERTSTORE,
pub dwFlags: DWORD,
pub dwUrlRetrievalTimeout: DWORD,
pub MaximumCachedCertificates: DWORD,
pub CycleDetectionModulus: DWORD,
pub hExclusiveRoot: HCERTSTORE,
pub hExclusiveTrustedPeople: HCERTSTORE,
pub dwExclusiveFlags: DWORD,
}Fields
cbSize | |
hRestrictedRoot | |
hRestrictedTrust | |
hRestrictedOther | |
cAdditionalStore | |
rghAdditionalStore | |
dwFlags | |
dwUrlRetrievalTimeout | |
MaximumCachedCertificates | |
CycleDetectionModulus | |
hExclusiveRoot | |
hExclusiveTrustedPeople | |
dwExclusiveFlags |
Trait Implementations
impl Copy for CERT_CHAIN_ENGINE_CONFIG[src]
impl Clone for CERT_CHAIN_ENGINE_CONFIG[src]
fn clone(&self) -> CERT_CHAIN_ENGINE_CONFIG
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more