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