1 write to _securityPassword
System.Runtime.Remoting (1)
channels\tcp\tcpclientchannel.cs (1)
595case PasswordKey: _securityPassword = (String)value; break;
1 reference to _securityPassword
System.Runtime.Remoting (1)
channels\tcp\tcpclientchannel.cs (1)
279credentials = new NetworkCredential(_securityUserName, _securityPassword, _securityDomain);