6 references to HashAlgorithm
System.Security.Cryptography (6)
System\Security\Cryptography\ECDsaCng.cs (6)
197=> SignData(data, new HashAlgorithmName(HashAlgorithm.Algorithm));
200SignData(data, offset, count, new HashAlgorithmName(HashAlgorithm.Algorithm));
203=> SignData(data, new HashAlgorithmName(HashAlgorithm.Algorithm));
210=> VerifyData(data, signature, new HashAlgorithmName(HashAlgorithm.Algorithm));
213=> VerifyData(data, offset, count, signature, new HashAlgorithmName(HashAlgorithm.Algorithm));
216=> VerifyData(data, signature, new HashAlgorithmName(HashAlgorithm.Algorithm));