6 references to HashData
Microsoft.AspNetCore.Components.Endpoints (3)
Builder\ResourceCollectionUrlEndpoint.cs (2)
78SHA256.HashData(bytes, hash); 178SHA256.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 (2)
System\Security\Cryptography\SHA256.cs (1)
66int written = HashData(source, buffer.AsSpan());
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (1)
284if (SHA256.HashData(utf16Url, hash) != hash.Length)