18 references to Machine
System.DirectoryServices.AccountManagement (18)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
1546if (member.ContextType == ContextType.Machine)
System\DirectoryServices\AccountManagement\AD\SDSCache.cs (1)
170(_isSAM ? ContextType.Machine : ContextType.Domain),
System\DirectoryServices\AccountManagement\AuthZSet.cs (2)
314if (_userType == ContextType.Machine) 417if (_userType == ContextType.Machine)
System\DirectoryServices\AccountManagement\Context.cs (9)
73if (contextType == ContextType.Machine && serverName == null) 304Debug.Assert(_contextType == ContextType.Machine); 392if (contextType == ContextType.Machine && ((options & ~ContextOptions.Negotiate) != 0)) 404if ((contextType != ContextType.Machine) && 415if ((contextType == ContextType.Machine) && (container != null)) 542if (options != ContextOptions.Negotiate && _contextType == ContextType.Machine) 575case ContextType.Machine: 620Debug.Assert(_contextType == ContextType.Machine); 1210if (storeType == ContextType.Machine)
System\DirectoryServices\AccountManagement\Principal.cs (4)
234if (ct == ContextType.Machine) 253if (ct == ContextType.Machine) 347if (context.ContextType == ContextType.Machine || _ctx.ContextType == ContextType.Machine)
System\DirectoryServices\AccountManagement\User.cs (1)
183context = new PrincipalContext(ContextType.Machine);