6 references to HashData
Aspire.Hosting (1)
Utils\ImageNameGenerator.cs (1)
26
var hash = SHA1.
HashData
(bytes);
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\GuidGenerator.cs (1)
138
return encode_guid(SHA1.
HashData
(data));
System.Net.HttpListener (1)
System\Net\WebSockets\HttpWebSocket.cs (1)
25
byte[] hash = SHA1.
HashData
(toHash);
System.Security.Cryptography (3)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (2)
400
byte[] hashVal = SHA1.
HashData
(buffer);
425
byte[] hashVal = SHA1.
HashData
(rgbData);
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (1)
168
return SHA1.
HashData
(key.EncodedKeyValue.RawData);