2 overrides of HashData
mscorlib (1)
system\security\cryptography\rsacryptoserviceprovider.cs (1)
534
protected override byte[]
HashData
(Stream data, HashAlgorithmName hashAlgorithm) {
System.Core (1)
System\Security\Cryptography\RsaCng.cs (1)
175
protected override byte[]
HashData
(Stream data, HashAlgorithmName hashAlgorithm)
2 references to HashData
mscorlib (2)
system\security\cryptography\rsa.cs (2)
148
byte[] hash =
HashData
(data, hashAlgorithm);
197
byte[] hash =
HashData
(data, hashAlgorithm);