1 override of HashData
mscorlib (1)
system\security\cryptography\dsacryptoserviceprovider.cs (1)
271protected override byte[] HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)
2 references to HashData
mscorlib (2)
system\security\cryptography\dsa.cs (2)
110byte[] hash = HashData(data, offset, count, hashAlgorithm); 138byte[] hash = HashData(data, offset, count, hashAlgorithm);