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