3 references to Subtree
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\LdapAdapter.cs (1)
70var searchRequest = new SearchRequest(distinguishedName, filter, SearchScope.Subtree);
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\common\DirectoryRequest.cs (2)
255if (value < SearchScope.Base || value > SearchScope.Subtree) 315private SearchScope _directoryScope = SearchScope.Subtree;