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