Implemented interface member:
property
IsSecured
System.Runtime.Remoting.Channels.ISecurableChannel.IsSecured
1 write to IsSecured
System.Runtime.Remoting (1)
channels\ipc\ipcchannel.cs (1)
112_clientChannel.IsSecured = value;
3 references to IsSecured
System.Runtime.Remoting (3)
channels\ipc\ipcchannel.cs (1)
102return _clientChannel.IsSecured;
channels\ipc\ipcclientchannel.cs (2)
287if (authSet && ! _channel.IsSecured) 291port = portCache.GetConnection(_portName, _channel.IsSecured, _tokenImpersonationLevel, _timeout);