Struct windows_sys::Win32::Security::WinTrust::WINTRUST_CERT_INFO
#[repr(C)]pub struct WINTRUST_CERT_INFO {
pub cbStruct: u32,
pub pcwszDisplayName: PCWSTR,
pub psCertContext: *mut CERT_CONTEXT,
pub chStores: u32,
pub pahStores: *mut HCERTSTORE,
pub dwFlags: u32,
pub psftVerifyAsOf: *mut FILETIME,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Foundation"
, "Win32_Security_Cryptography"
Fields§
§cbStruct: u32
§pcwszDisplayName: PCWSTR
§psCertContext: *mut CERT_CONTEXT
§chStores: u32
§pahStores: *mut HCERTSTORE
§dwFlags: u32
§psftVerifyAsOf: *mut FILETIME