6 references to HashData
System.Security.Cryptography (6)
System\Security\Cryptography\DSA.cs (1)
93CryptographicOperations.HashData(hashAlgorithm, data);
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
114return CryptographicOperations.HashData(hashAlgorithm, data);
System\Security\Cryptography\DSAWrapper.cs (1)
163CryptographicOperations.HashData(hashAlgorithm, data);
System\Security\Cryptography\ECDsa.cs (1)
996CryptographicOperations.HashData(hashAlgorithm, data);
System\Security\Cryptography\ECDsaWrapper.cs (1)
188CryptographicOperations.HashData(hashAlgorithm, data);
System\Security\Cryptography\RSA.cs (1)
100CryptographicOperations.HashData(hashAlgorithm, data);