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 | |
pIssuerCert | |
cCertStore | |
rgCertStore | |
hCrlStore | |
pftTimeToUse | |
dwUrlRetrievalTimeout | |
fCheckFreshnessTime | |
dwFreshnessTime | |
pftCurrentTime | |
pCrlInfo | |
pftCacheResync | |
pChainPara |
Trait Implementations
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