2 references to TryHashData
Microsoft.AspNetCore.Identity.FunctionalTests (1)
src\Identity\Extensions.Core\src\Rfc6238AuthenticationService.cs (1)
52
res = HMACSHA1.
TryHashData
(key, modifierCombinedBytes, hash, out var written);
System.Security.Cryptography (1)
System\Security\Cryptography\HMACSHA1.cs (1)
131
if (!
TryHashData
(key, source, destination, out int bytesWritten))