8 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); 217SHA256.HashData(content, data);
Rendering\TypeNameHash.cs (1)
30SHA256.HashData(typeNameBytes[..written], typeNameHashBytes);
Microsoft.Build (1)
Evaluation\IntrinsicFunctions.cs (1)
462SHA256.HashData(Encoding.UTF8.GetBytes(toHash), hash);
Microsoft.Build.Framework (1)
BackEnd\ServerNodeHandshake.cs (1)
47SHA256.HashData(utf8, bytes);
Microsoft.NET.Build.Containers (1)
DigestUtils.cs (1)
99SHA256.HashData(Encoding.UTF8.GetBytes(content), hash);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs (1)
221written = SHA256.HashData(dataBytes, hashBuffer);