2 references to HashingAlgorithm
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (2)
358return rscp.SignData(dataToSign, HashingAlgorithm); 374return rscp.VerifyData(dataToVerify, HashingAlgorithm, signature);