TestimoX

API Reference

Class

LdapToolSearchQueryRequest

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers sealed

Request for AD search execution used by tool wrappers.

Inheritance

  • Object
  • LdapToolSearchQueryRequest

Constructors

public LdapToolSearchQueryRequest() #

Properties

public String Query { get; set; } #

Search text.

public String Kind { get; set; } #

Object kind selector: any, user, group, or computer.

public String DomainController { get; set; } #

Optional explicit domain controller.

public String SearchBaseDn { get; set; } #

Search base distinguished name.

public Int32 MaxResults { get; set; } #

Maximum rows requested.

public Int32 MaxValuesPerAttribute { get; set; } #

Maximum values returned for multi-valued attributes.

public IReadOnlyList<String> Attributes { get; set; } #

Attributes to return.