Struct windows_sys::Win32::Security::Cryptography::BCRYPT_OAEP_PADDING_INFO
#[repr(C)]pub struct BCRYPT_OAEP_PADDING_INFO {
pub pszAlgId: PCWSTR,
pub pbLabel: *mut u8,
pub cbLabel: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§pszAlgId: PCWSTR
§pbLabel: *mut u8
§cbLabel: u32