3 references to Base
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\LdapAdapter.cs (1)
133
var searchRequest = new SearchRequest(groupDN, "(objectClass=group)", SearchScope.
Base
);
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
1100
.SearchScope.
Base
, proplist);
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\common\DirectoryRequest.cs (1)
255
if (value < SearchScope.
Base
|| value > SearchScope.Subtree)