API Reference
Class
Result (AnonymousRootDseProbe)
Result of an anonymous RootDSE probe.
Inheritance
- Object
- Result
Constructors
Methods
Inherited Methods
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.