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