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