5 references to BCRYPT_KEY_LENGTHS_STRUCT
Microsoft.AspNetCore.Cryptography.Internal (4)
SafeHandles\BCryptAlgorithmHandle.cs (4)
111public BCRYPT_KEY_LENGTHS_STRUCT GetSupportedKeyLengths() 113BCRYPT_KEY_LENGTHS_STRUCT supportedKeyLengths; 114uint numBytesCopied = GetProperty(Constants.BCRYPT_KEY_LENGTHS, &supportedKeyLengths, (uint)sizeof(BCRYPT_KEY_LENGTHS_STRUCT)); 115CryptoUtil.Assert(numBytesCopied == sizeof(BCRYPT_KEY_LENGTHS_STRUCT), "numBytesCopied == sizeof(BCRYPT_KEY_LENGTHS_STRUCT)");
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\CachedAlgorithmHandlesTests.cs (1)
118var supportedKeyLengths = algorithmHandle.GetSupportedKeyLengths();