2 overrides of HashData
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
109protected override byte[] HashData(Stream data, HashAlgorithmName hashAlgorithm)
System\Security\Cryptography\DSAWrapper.cs (1)
162protected override byte[] HashData(Stream data, HashAlgorithmName hashAlgorithm) =>
4 references to HashData
System.Security.Cryptography (4)
System\Security\Cryptography\DSA.cs (4)
246byte[] hash = HashData(data, hashAlgorithm); 295byte[] hash = HashData(data, hashAlgorithm); 390byte[] hash = HashData(data, hashAlgorithm); 729byte[] hash = HashData(data, hashAlgorithm);