Struct windows_sys::Win32::Security::Cryptography::Certificates::CAINFO
#[repr(C)]pub struct CAINFO {
pub cbSize: u32,
pub CAType: ENUM_CATYPES,
pub cCASignatureCerts: u32,
pub cCAExchangeCerts: u32,
pub cExitModules: u32,
pub lPropIdMax: i32,
pub lRoleSeparationEnabled: i32,
pub cKRACertUsedCount: u32,
pub cKRACertCount: u32,
pub fAdvancedServer: u32,
}
Expand description
Required features: "Win32_Security_Cryptography_Certificates"
Fields§
§cbSize: u32
§CAType: ENUM_CATYPES
§cCASignatureCerts: u32
§cCAExchangeCerts: u32
§cExitModules: u32
§lPropIdMax: i32
§lRoleSeparationEnabled: i32
§cKRACertUsedCount: u32
§cKRACertCount: u32
§fAdvancedServer: u32