Struct windows_sys::Win32::Security::Cryptography::CERT_REVOCATION_STATUS
#[repr(C)]pub struct CERT_REVOCATION_STATUS {
pub cbSize: u32,
pub dwIndex: u32,
pub dwError: u32,
pub dwReason: CERT_REVOCATION_STATUS_REASON,
pub fHasFreshnessTime: BOOL,
pub dwFreshnessTime: u32,
}Expand description
Required features: "Win32_Security_Cryptography", "Win32_Foundation"
Fields§
§cbSize: u32§dwIndex: u32§dwError: u32§dwReason: CERT_REVOCATION_STATUS_REASON§fHasFreshnessTime: BOOL§dwFreshnessTime: u32