Struct windows_sys::Win32::Security::WinTrust::WINTRUST_SGNR_INFO
#[repr(C)]pub struct WINTRUST_SGNR_INFO {
pub cbStruct: u32,
pub pcwszDisplayName: PCWSTR,
pub psSignerInfo: *mut CMSG_SIGNER_INFO,
pub chStores: u32,
pub pahStores: *mut HCERTSTORE,
}Expand description
Required features: "Win32_Security_WinTrust", "Win32_Security_Cryptography"
Fields§
§cbStruct: u32§pcwszDisplayName: PCWSTR§psSignerInfo: *mut CMSG_SIGNER_INFO§chStores: u32§pahStores: *mut HCERTSTORE