Struct windows_sys::Win32::Security::Cryptography::RSAPUBKEY
#[repr(C)]pub struct RSAPUBKEY {
pub magic: u32,
pub bitlen: u32,
pub pubexp: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§magic: u32
§bitlen: u32
§pubexp: u32