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