1 write to _securityDomain
System.Runtime.Remoting (1)
channels\tcp\tcpclientchannel.cs (1)
596case DomainKey: _securityDomain = (String)value; break;
2 references to _securityDomain
System.Runtime.Remoting (2)
channels\tcp\tcpclientchannel.cs (2)
279credentials = new NetworkCredential(_securityUserName, _securityPassword, _securityDomain); 565case DomainKey: return _securityDomain;