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