3 references to HashData
System.Net.Security (1)
System\Net\Security\Pal.Managed\EndpointChannelBindingToken.cs (1)
53return SHA512.HashData(cert.RawDataMemory.Span);
System.Security.Cryptography (2)
System\Security\Cryptography\HMACCommon.cs (1)
80modifiedKey = SHA512.HashData(key);
System\Security\Cryptography\SHA512.cs (1)
54return HashData(new ReadOnlySpan<byte>(source));