Struct windows_sys::Win32::Security::Cryptography::CERT_REVOCATION_INFO
[−]#[repr(C)]pub struct CERT_REVOCATION_INFO {
pub cbSize: u32,
pub dwRevocationResult: u32,
pub pszRevocationOid: PSTR,
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: u32dwRevocationResult: u32pszRevocationOid: PSTRpvOidSpecificInfo: *mut c_voidfHasFreshnessTime: BOOLdwFreshnessTime: u32pCrlInfo: *mut CERT_REVOCATION_CRL_INFO