Struct winapi::wincrypt::CERT_CHAIN_PARA [] [src]

pub struct CERT_CHAIN_PARA {
    pub cbSize: DWORD,
    pub RequestedUsage: CERT_USAGE_MATCH,
    pub RequestedIssuancePolicy: CERT_USAGE_MATCH,
    pub dwUrlRetrievalTimeout: DWORD,
    pub fCheckRevocationFreshnessTime: BOOL,
    pub dwRevocationFreshnessTime: DWORD,
    pub pftCacheResync: LPFILETIME,
    pub pStrongSignPara: PCCERT_STRONG_SIGN_PARA,
    pub dwStrongSignFlags: DWORD,
}

Fields

cbSize: DWORD RequestedUsage: CERT_USAGE_MATCH RequestedIssuancePolicy: CERT_USAGE_MATCH dwUrlRetrievalTimeout: DWORD fCheckRevocationFreshnessTime: BOOL dwRevocationFreshnessTime: DWORD pftCacheResync: LPFILETIME pStrongSignPara: PCCERT_STRONG_SIGN_PARA dwStrongSignFlags: DWORD

Trait Implementations

impl Debug for CERT_CHAIN_PARA
[src]

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

Formats the value using the given formatter.

impl Copy for CERT_CHAIN_PARA
[src]

impl Clone for CERT_CHAIN_PARA
[src]

fn clone(&self) -> CERT_CHAIN_PARA

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