TestimoX

API Reference

Class

LdapToolAdLdapQueryRequest

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers sealed

Request for ad_ldap_query execution.

Inheritance

  • Object
  • LdapToolAdLdapQueryRequest

Constructors

public LdapToolAdLdapQueryRequest() #

Properties

public String DomainController { get; set; } #

Optional explicit domain controller.

public String SearchBaseDn { get; set; } #

Search base distinguished name.

public String LdapFilter { get; set; } #

LDAP filter.

public String Scope { get; set; } #

Optional scope string (subtree, onelevel, base).

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

Optional requested attributes.

public Boolean AllowSensitiveAttributes { get; set; } #

When true, sensitive attributes are allowed.

public Int32 MaxAttributes { get; set; } #

Maximum attribute count.

public Int32 MaxValuesPerAttribute { get; set; } #

Maximum values per multi-valued attribute.

public Int32 MaxResults { get; set; } #

Maximum rows to return.