1 write to _impersonate
System.Runtime.Remoting (1)
channels\ipc\ipcserverchannel.cs (1)
105case "impersonate": _impersonate = Convert.ToBoolean(entry.Value, CultureInfo.InvariantCulture); authSet = true; break;
1 reference to _impersonate
System.Runtime.Remoting (1)
channels\ipc\ipcserverchannel.cs (1)
161_transportSink = new IpcServerTransportSink(sink, _secure, _impersonate);