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