LdapSearchScopeOpt Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
LDAP search scope
public class LdapSearchScopeOpt
type LdapSearchScopeOpt = class
Public Class LdapSearchScopeOpt
- Inheritance
-
LdapSearchScopeOpt
Constructors
LdapSearchScopeOpt() |
Initializes a new instance of the LdapSearchScopeOpt class. |
LdapSearchScopeOpt(String, String, String) |
Initializes a new instance of the LdapSearchScopeOpt class. |
Properties
GroupDn |
Gets or sets this specifies the group DN, which overrides the base DN for group lookups. |
GroupMembershipFilter |
Gets or sets this specifies the custom LDAP search filter to be used when looking up group membership from LDAP server. |
UserDn |
Gets or sets this specifies the user DN, which overrides the base DN for user lookups. |
Methods
Validate() |
Validate the object. |
Extension Methods
ConvertToPs(LdapSearchScopeOpt) |