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