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: DWORD hRestrictedRoot: HCERTSTORE hRestrictedTrust: HCERTSTORE hRestrictedOther: HCERTSTORE cAdditionalStore: DWORD rghAdditionalStore: *mut HCERTSTORE dwFlags: DWORD dwUrlRetrievalTimeout: DWORD MaximumCachedCertificates: DWORD CycleDetectionModulus: DWORD hExclusiveRoot: HCERTSTORE hExclusiveTrustedPeople: HCERTSTORE dwExclusiveFlags: DWORD

Trait Implementations

impl Debug for CERT_CHAIN_ENGINE_CONFIG
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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