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)
102
return _clientChannel.
IsSecured
;
channels\ipc\ipcclientchannel.cs (2)
287
if (authSet && ! _channel.
IsSecured
)
291
port = portCache.GetConnection(_portName, _channel.
IsSecured
, _tokenImpersonationLevel, _timeout);