#[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
Trait Implementations
impl Clone for CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO
impl Clone for CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO
impl Copy for CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO
Auto Trait Implementations
impl RefUnwindSafe for CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO
impl !Send for CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO
impl !Sync for CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO
impl Unpin for CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO
impl UnwindSafe for CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more