Struct windows_sys::Win32::Security::Cryptography::UI::CRYPTUI_WIZ_DIGITAL_SIGN_INFO
#[repr(C)]pub struct CRYPTUI_WIZ_DIGITAL_SIGN_INFO {
pub dwSize: u32,
pub dwSubjectChoice: CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT,
pub Anonymous1: CRYPTUI_WIZ_DIGITAL_SIGN_INFO_0,
pub dwSigningCertChoice: CRYPTUI_WIZ_DIGITAL_SIGN,
pub Anonymous2: CRYPTUI_WIZ_DIGITAL_SIGN_INFO_1,
pub pwszTimestampURL: PCWSTR,
pub dwAdditionalCertChoice: CRYPTUI_WIZ_DIGITAL_ADDITIONAL_CERT_CHOICE,
pub pSignExtInfo: *mut CRYPTUI_WIZ_DIGITAL_SIGN_EXTENDED_INFO,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwSize: u32
§dwSubjectChoice: CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT
§Anonymous1: CRYPTUI_WIZ_DIGITAL_SIGN_INFO_0
§dwSigningCertChoice: CRYPTUI_WIZ_DIGITAL_SIGN
§Anonymous2: CRYPTUI_WIZ_DIGITAL_SIGN_INFO_1
§pwszTimestampURL: PCWSTR
§dwAdditionalCertChoice: CRYPTUI_WIZ_DIGITAL_ADDITIONAL_CERT_CHOICE
§pSignExtInfo: *mut CRYPTUI_WIZ_DIGITAL_SIGN_EXTENDED_INFO
Trait Implementations§
§impl Clone for CRYPTUI_WIZ_DIGITAL_SIGN_INFO
impl Clone for CRYPTUI_WIZ_DIGITAL_SIGN_INFO
impl Copy for CRYPTUI_WIZ_DIGITAL_SIGN_INFO
Auto Trait Implementations§
impl RefUnwindSafe for CRYPTUI_WIZ_DIGITAL_SIGN_INFO
impl !Send for CRYPTUI_WIZ_DIGITAL_SIGN_INFO
impl !Sync for CRYPTUI_WIZ_DIGITAL_SIGN_INFO
impl Unpin for CRYPTUI_WIZ_DIGITAL_SIGN_INFO
impl UnwindSafe for CRYPTUI_WIZ_DIGITAL_SIGN_INFO
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more