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