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