TestimoX

API Reference

Class

Result (AnonymousRootDseProbe)

Namespace ADPlayground.Ldap.AnonymousRootDseProbe
Assembly ADPlayground
Implements
IEquatable<Result>
Modifiers sealed

Result of an anonymous RootDSE probe.

Inheritance

  • Object
  • Result

Constructors

public Result(String host, Boolean success, String error) #

Initializes a new instance of Result.

Parameters

host System.String requiredposition: 0
Target host.
success System.Boolean requiredposition: 1
Whether the probe succeeded.
error System.String requiredposition: 2
Optional error message when the probe failed.

Methods

public Result <Clone>$() #
Returns: Result
public virtual Boolean Equals(Result other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String Host { get; set; } #

Target host used for the probe.

public Boolean Success { get; set; } #

True when the LDAP server allowed an anonymous base search (RootDSE read).

public String Error { get; set; } #

Error message returned by the server or the client stack when the probe failed; otherwise null.