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