TestimoX

API Reference

Class

LdapToolSpnSearchQueryResult

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers sealed

SPN-search query result.

Inheritance

  • Object
  • LdapToolSpnSearchQueryResult

Constructors

public LdapToolSpnSearchQueryResult() #

Properties

public String Kind { get; set; } #

Kind selector used by query execution.

public Boolean EnabledOnly { get; set; } #

When true, disabled accounts were filtered out.

public String DomainController { get; set; } #

Domain controller used by query execution.

public String SearchBaseDn { get; set; } #

Search base distinguished name used by query execution.

public String LdapFilter { get; set; } #

LDAP filter used by query execution.

public Int32 MaxResults { get; set; } #

Maximum rows requested.

public Int32 MaxValuesPerAttribute { get; set; } #

Maximum values per multi-valued attribute.

public Int32 Count { get; set; } #

Returned row count.

public Boolean IsTruncated { get; set; } #

True when result set was truncated by caps.

public String SpnContains { get; set; } #

Normalized SPN substring input.

public String SpnExact { get; set; } #

Normalized exact SPN input.

public IReadOnlyList<LdapToolQueryRow> Results { get; set; } #

Returned rows.