3 references to dwMaxLength
Microsoft.AspNetCore.Cryptography.Internal (3)
Cng\BCRYPT_KEY_LENGTHS_STRUCT.cs (3)
24
string message = Resources.FormatBCRYPT_KEY_LENGTHS_STRUCT_InvalidKeyLength(keyLengthInBits, dwMinLength,
dwMaxLength
, dwIncrement);
36
return (keyLengthInBits == dwMinLength || keyLengthInBits ==
dwMaxLength
);
41
&& (keyLengthInBits <=
dwMaxLength
)