4 references to Subtree
Microsoft.AspNetCore.Authentication.Negotiate (2)
Internal\LdapAdapter.cs (2)
45var searchRequest = new SearchRequest(distinguishedName, filter, SearchScope.Subtree); 106var 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;