Struct winapi::wincrypt::CERT_REVOCATION_PARA [] [src]

pub struct CERT_REVOCATION_PARA {
    pub cbSize: DWORD,
    pub pIssuerCert: PCCERT_CONTEXT,
    pub cCertStore: DWORD,
    pub rgCertStore: *mut HCERTSTORE,
    pub hCrlStore: HCERTSTORE,
    pub pftTimeToUse: LPFILETIME,
    pub dwUrlRetrievalTimeout: DWORD,
    pub fCheckFreshnessTime: BOOL,
    pub dwFreshnessTime: DWORD,
    pub pftCurrentTime: LPFILETIME,
    pub pCrlInfo: PCERT_REVOCATION_CRL_INFO,
    pub pftCacheResync: LPFILETIME,
    pub pChainPara: PCERT_REVOCATION_CHAIN_PARA,
}

Fields

cbSize: DWORD pIssuerCert: PCCERT_CONTEXT cCertStore: DWORD rgCertStore: *mut HCERTSTORE hCrlStore: HCERTSTORE pftTimeToUse: LPFILETIME dwUrlRetrievalTimeout: DWORD fCheckFreshnessTime: BOOL dwFreshnessTime: DWORD pftCurrentTime: LPFILETIME pCrlInfo: PCERT_REVOCATION_CRL_INFO pftCacheResync: LPFILETIME pChainPara: PCERT_REVOCATION_CHAIN_PARA

Trait Implementations

impl Debug for CERT_REVOCATION_PARA
[src]

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

Formats the value using the given formatter.

impl Copy for CERT_REVOCATION_PARA
[src]

impl Clone for CERT_REVOCATION_PARA
[src]

fn clone(&self) -> CERT_REVOCATION_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