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