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