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