4 references to HashData
mscorlib (4)
system\security\cryptography\md5cryptoserviceprovider.cs (1)
62Utils.HashData(_safeHashHandle, rgb, ibStart, cbSize);
system\security\cryptography\rsacryptoserviceprovider.cs (2)
528Utils.HashData(hashHandle, data, offset, count); 546Utils.HashData(hashHandle, buffer, 0, bytesRead);
system\security\cryptography\sha1cryptoserviceprovider.cs (1)
55Utils.HashData(_safeHashHandle, rgb, ibStart, cbSize);