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