Enum LdapScope
LDAP valid scopes.
Namespace: Swan.Ldap
Syntax
public enum LdapScope
Fields
| Name | Description |
|---|---|
| ScopeBase | Used with search to specify that the scope of entrys to search is to search only the base object. |
| ScopeOne | Used with search to specify that the scope of entrys to search is to search only the immediate subordinates of the base object. |
| ScopeSub | Used with search to specify that the scope of entrys to search is to search the base object and all entries within its subtree. |