7 references to AuthMethod
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\Context.cs (7)
61private AuthMethod _lastBindMethod = AuthMethod.Simple; 250if (_lastBindMethod == AuthMethod.Simple && (_fastConcurrentSupported || _contextType == ContextType.ApplicationDirectory)) 255_lastBindMethod = AuthMethod.Simple; 269_lastBindMethod = AuthMethod.Negotiate; 277_lastBindMethod = AuthMethod.Negotiate; 287_lastBindMethod = AuthMethod.Simple;