1 write to _authorizedGroup
System.Runtime.Remoting (1)
channels\ipc\ipcserverchannel.cs (1)
107case "authorizedGroup": _authorizedGroup = (String)entry.Value; break;
2 references to _authorizedGroup
System.Runtime.Remoting (2)
channels\ipc\ipcserverchannel.cs (2)
306if (descriptor == null && _authorizedGroup != null) 308NTAccount ntAccount = new NTAccount(_authorizedGroup);