9 references to SearchScope
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 (7)
System\DirectoryServices\Protocols\common\DirectoryRequest.cs (7)
216public SearchRequest(string distinguishedName, string ldapFilter, SearchScope searchScope, params string[] attributeList) : this() 250public SearchScope Scope 255if (value < SearchScope.Base || value > SearchScope.Subtree) 257throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(SearchScope)); 315private SearchScope _directoryScope = SearchScope.Subtree;