2 references to BCRYPT_ALGORITHM_NAME
Microsoft.AspNetCore.Cryptography.Internal (2)
SafeHandles\BCryptAlgorithmHandle.cs (2)
71
uint byteLengthOfNameWithTerminatingNull = GetProperty(Constants.
BCRYPT_ALGORITHM_NAME
, null, 0);
81
uint numBytesCopied = GetProperty(Constants.
BCRYPT_ALGORITHM_NAME
, pBuffer, byteLengthOfNameWithTerminatingNull);