#[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: u32dwIndex: u32dwError: u32dwReason: CERT_REVOCATION_STATUS_REASONfHasFreshnessTime: BOOLdwFreshnessTime: u32