1 write to _contextType
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
421
_contextType
= contextType;
12 references to _contextType
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\Context.cs (12)
444
return
_contextType
;
542
if (options != ContextOptions.Negotiate &&
_contextType
== ContextType.Machine)
569
switch (
_contextType
)
589
Debug.Fail("PrincipalContext.Initialize: fell off end looking for " +
_contextType
.ToString());
602
Debug.Assert(
_contextType
== ContextType.ApplicationDirectory);
620
Debug.Assert(
_contextType
== ContextType.Machine);
670
Debug.Assert(
_contextType
== ContextType.Domain);
689
if (
_contextType
== ContextType.ApplicationDirectory ||
_contextType
== ContextType.Domain)
693
if (_serverProperties.contextType !=
_contextType
)
707
if (
_contextType
== ContextType.ApplicationDirectory)
1080
if (useSSL &&
_contextType
== ContextType.Domain)