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