2 references to EncryptPassword
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
7151
encryptedPassword = TdsParserStaticMethods.
EncryptPassword
(rec.password);
7159
encryptedChangePassword = TdsParserStaticMethods.
EncryptPassword
(rec.newPassword);