Struct windows_sys::Win32::Security::Cryptography::CERT_REVOCATION_INFO
#[repr(C)]pub struct CERT_REVOCATION_INFO {
pub cbSize: u32,
pub dwRevocationResult: u32,
pub pszRevocationOid: PCSTR,
pub pvOidSpecificInfo: *mut c_void,
pub fHasFreshnessTime: BOOL,
pub dwFreshnessTime: u32,
pub pCrlInfo: *mut CERT_REVOCATION_CRL_INFO,
}Expand description
Required features: "Win32_Security_Cryptography", "Win32_Foundation"
Fields§
§cbSize: u32§dwRevocationResult: u32§pszRevocationOid: PCSTR§pvOidSpecificInfo: *mut c_void§fHasFreshnessTime: BOOL§dwFreshnessTime: u32§pCrlInfo: *mut CERT_REVOCATION_CRL_INFO