#[repr(C)]pub struct CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO {
pub dwSize: u32,
pub dwExportFormat: CRYPTUI_WIZ_EXPORT_FORMAT,
pub fExportChain: BOOL,
pub fExportPrivateKeys: BOOL,
pub pwszPassword: PCWSTR,
pub fStrongEncryption: BOOL,
}
Expand description
Required features: "Win32_Security_Cryptography_UI"
, "Win32_Foundation"
Fields§
§dwSize: u32
§dwExportFormat: CRYPTUI_WIZ_EXPORT_FORMAT
§fExportChain: BOOL
§fExportPrivateKeys: BOOL
§pwszPassword: PCWSTR
§fStrongEncryption: BOOL