4 references to dwMinLength
Microsoft.AspNetCore.Cryptography.Internal (4)
Cng\BCRYPT_KEY_LENGTHS_STRUCT.cs (4)
24string message = Resources.FormatBCRYPT_KEY_LENGTHS_STRUCT_InvalidKeyLength(keyLengthInBits, dwMinLength, dwMaxLength, dwIncrement); 36return (keyLengthInBits == dwMinLength || keyLengthInBits == dwMaxLength); 40return (dwMinLength <= keyLengthInBits) 42&& ((keyLengthInBits - dwMinLength) % dwIncrement == 0);