Struct windows_sys::Win32::Security::Cryptography::CERT_REVOCATION_PARA
#[repr(C)]pub struct CERT_REVOCATION_PARA {
pub cbSize: u32,
pub pIssuerCert: *const CERT_CONTEXT,
pub cCertStore: u32,
pub rgCertStore: *mut HCERTSTORE,
pub hCrlStore: HCERTSTORE,
pub pftTimeToUse: *mut FILETIME,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields§
§cbSize: u32
§pIssuerCert: *const CERT_CONTEXT
§cCertStore: u32
§rgCertStore: *mut HCERTSTORE
§hCrlStore: HCERTSTORE
§pftTimeToUse: *mut FILETIME