TestimoX

API Reference

Class

LdapToolQueryRequest

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers sealed

Request for a typed LDAP query used by tool wrappers.

Inheritance

  • Object
  • LdapToolQueryRequest

Constructors

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.