2 references to HashData
System.Net.Security (1)
System\Net\Security\Pal.Managed\EndpointChannelBindingToken.cs (1)
48return SHA384.HashData(cert.RawDataMemory.Span);
System.Security.Cryptography (1)
System\Security\Cryptography\HMACCommon.cs (1)
77modifiedKey = SHA384.HashData(key);