API Reference
Class
LdapToolQueryRequest
Request for a typed LDAP query used by tool wrappers.
Inheritance
- Object
- LdapToolQueryRequest
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public LdapToolQueryRequest() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainController { get; set; } #Optional domain controller to target directly.
public String BaseDn { get; set; } #Base distinguished name to search under.
public String Filter { get; set; } #LDAP filter to execute.
public SearchScope Scope { get; set; } #Search scope.
public IReadOnlyList<String> Attributes { get; set; } #Attributes to include in each row.
public Int32 PageSize { get; set; } #LDAP page size.
public Int32 SizeLimit { get; set; } #LDAP size limit (0 means unlimited).
public Int32 MaxValuesPerAttribute { get; set; } #Maximum values returned for multi-valued attributes.
public Nullable<TimeSpan> Timeout { get; set; } #Optional LDAP timeout.