3 references to HashData
Microsoft.AspNetCore.WebSockets (1)
HandshakeHelpers.cs (1)
65var written = SHA1.HashData(mergedBytes, hashedBytes);
System.Security.Cryptography (2)
System\Security\Cryptography\SHA1.cs (1)
67int written = HashData(source, buffer.AsSpan());
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (1)
173int written = SHA1.HashData(key.EncodedKeyValue.RawData, sha1);