4 references to HashData
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultClaimUidExtractor.cs (1)
142var bytes = SHA256.HashData(buffer);
System.Net.Security (1)
System\Net\Security\Pal.Managed\EndpointChannelBindingToken.cs (1)
43return SHA256.HashData(cert.RawDataMemory.Span);
System.Security.Cryptography (2)
System\Security\Cryptography\HMACCommon.cs (1)
74modifiedKey = SHA256.HashData(key);
System\Security\Cryptography\SHA256.cs (1)
54return HashData(new ReadOnlySpan<byte>(source));