Implemented interface member:
property
IsSecured
System.Runtime.Remoting.Channels.ISecurableChannel.IsSecured
1 write to IsSecured
System.Runtime.Remoting (1)
channels\tcp\combinedtcpchannel.cs (1)
104_clientChannel.IsSecured = value;
5 references to IsSecured
System.Runtime.Remoting (5)
channels\tcp\combinedtcpchannel.cs (1)
94return _clientChannel.IsSecured;
channels\tcp\tcpclientchannel.cs (4)
258if(_channel.IsSecured) 465String machinePortAndSid = _machineAndPort + (_channel.IsSecured ? "/" + GetSid() : null); 468if (authSet && !_channel.IsSecured) 473bool openNewAlways = (_channel.IsSecured)