3 references to HashData
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
ChecksumValidator.cs (1)
109
hashData = SHA1.
HashData
;
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (2)
389
byte[] hashVal = SHA1.
HashData
(inputStream);
471
return SHA1.
HashData
(data);