6 references to HashData
Microsoft.AspNetCore.Components.Endpoints (3)
Builder\ResourceCollectionUrlEndpoint.cs (2)
78
SHA256.
HashData
(bytes, hash);
178
SHA256.
HashData
(content, data);
Rendering\TypeNameHash.cs (1)
30
SHA256.
HashData
(typeNameBytes[..written], typeNameHashBytes);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs (1)
221
written = SHA256.
HashData
(dataBytes, hashBuffer);
System.Security.Cryptography (2)
System\Security\Cryptography\SHA256.cs (1)
66
int written =
HashData
(source, buffer.AsSpan());
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (1)
284
if (SHA256.
HashData
(utf16Url, hash) != hash.Length)