2 overrides of HashData
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
101protected override byte[] HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)
System\Security\Cryptography\DSAWrapper.cs (1)
159protected override byte[] HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm) =>
3 references to HashData
System.Security.Cryptography (3)
System\Security\Cryptography\DSA.cs (3)
148byte[] hash = HashData(data, offset, count, hashAlgorithm); 319byte[] hash = HashData(data, offset, count, hashAlgorithm); 903byte[] ret = HashData(array, 0, data.Length, hashAlgorithm);