1 write to password
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1290
login.
password
= ConnectionOptions.Password;
5 references to password
System.Data (5)
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
7121
Debug.Assert(rec.
password
== null || (rec.
password
!= null && TdsEnums.MAXLEN_PASSWORD>=rec.
password
.Length), "_password.Length exceeds the max length for this value");
7124
Debug.Assert(rec.credential != null || rec.userName != null || rec.
password
!= null, "cannot mix the new secure password system and the connection string based password");
7151
encryptedPassword = TdsParserStaticMethods.EncryptPassword(rec.
password
);