2 writes to dwMaxLength
Microsoft.AspNetCore.Cryptography.Internal.Tests (2)
Cng\BCRYPT_KEY_LENGTHS_STRUCT_Tests.cs (2)
23dwMaxLength = (uint)maxLength, 46dwMaxLength = (uint)maxLength,
4 references to dwMaxLength
Microsoft.AspNetCore.Cryptography.Internal (3)
Cng\BCRYPT_KEY_LENGTHS_STRUCT.cs (3)
24string message = Resources.FormatBCRYPT_KEY_LENGTHS_STRUCT_InvalidKeyLength(keyLengthInBits, dwMinLength, dwMaxLength, dwIncrement); 36return (keyLengthInBits == dwMinLength || keyLengthInBits == dwMaxLength); 41&& (keyLengthInBits <= dwMaxLength)
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\CachedAlgorithmHandlesTests.cs (1)
120Assert.Equal(256U, supportedKeyLengths.dwMaxLength);