2 writes to _fastConcurrentSupported
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Context.cs (2)
71
_fastConcurrentSupported
= !(serverProperties.OsVersion == DomainControllerMode.Win2k);
184
_fastConcurrentSupported
= false;
3 references to _fastConcurrentSupported
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Context.cs (3)
161
bool attemptFastConcurrent = useSSL &&
_fastConcurrentSupported
;
207
if (attemptFastConcurrent &&
_fastConcurrentSupported
)
250
if (_lastBindMethod == AuthMethod.Simple && (
_fastConcurrentSupported
|| _contextType == ContextType.ApplicationDirectory))