2 overrides of HashData
mscorlib (1)
system\security\cryptography\rsacryptoserviceprovider.cs (1)
520protected override byte[] HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm) {
System.Core (1)
System\Security\Cryptography\RsaCng.cs (1)
160protected override byte[] HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)
2 references to HashData
mscorlib (2)
system\security\cryptography\rsa.cs (2)
133byte[] hash = HashData(data, offset, count, hashAlgorithm); 179byte[] hash = HashData(data, offset, count, hashAlgorithm);