6 references to HashData
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultClaimUidExtractor.cs (1)
142SHA256.HashData(span.Slice(0, offset), destination);
Microsoft.AspNetCore.Components.Endpoints (3)
Builder\ResourceCollectionUrlEndpoint.cs (2)
78SHA256.HashData(bytes, hash); 215SHA256.HashData(content, data);
Rendering\TypeNameHash.cs (1)
30SHA256.HashData(typeNameBytes[..written], typeNameHashBytes);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs (1)
221written = SHA256.HashData(dataBytes, hashBuffer);
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (1)
384if (SHA256.HashData(utf16Url, hash) != hash.Length)