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