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