1 override of HashData
mscorlib (1)
system\security\cryptography\dsacryptoserviceprovider.cs (1)
287protected override byte[] HashData(Stream data, HashAlgorithmName hashAlgorithm)
2 references to HashData
mscorlib (2)
system\security\cryptography\dsa.cs (2)
119byte[] hash = HashData(data, hashAlgorithm); 148byte[] hash = HashData(data, hashAlgorithm);