2 references to TryHashData
Microsoft.AspNetCore.DataProtection (1)
SP800_108\ManagedSP800_108_CTR_HMACSHA512.cs (1)
104
var success = HMACSHA512.
TryHashData
(kdk, prfInput, prfOutput, out var bytesWritten);
System.Security.Cryptography (1)
System\Security\Cryptography\HMACSHA512.cs (1)
137
if (!
TryHashData
(key, source, destination, out int bytesWritten))