Struct windows_sys::Win32::Security::Cryptography::NCRYPT_SUPPORTED_LENGTHS
#[repr(C)]pub struct NCRYPT_SUPPORTED_LENGTHS {
pub dwMinLength: u32,
pub dwMaxLength: u32,
pub dwIncrement: u32,
pub dwDefaultLength: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§dwMinLength: u32
§dwMaxLength: u32
§dwIncrement: u32
§dwDefaultLength: u32