Struct windows_sys::Win32::Security::Cryptography::BCRYPT_RSAKEY_BLOB
#[repr(C)]pub struct BCRYPT_RSAKEY_BLOB {
pub Magic: BCRYPT_RSAKEY_BLOB_MAGIC,
pub BitLength: u32,
pub cbPublicExp: u32,
pub cbModulus: u32,
pub cbPrime1: u32,
pub cbPrime2: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§Magic: BCRYPT_RSAKEY_BLOB_MAGIC
§BitLength: u32
§cbPublicExp: u32
§cbModulus: u32
§cbPrime1: u32
§cbPrime2: u32