API Reference
Class
LdapDiagnosticsReportBuilder
Builds a tool/UI-friendly LDAP diagnostics report (connectivity, bind, certificate metadata) for one or more servers.
Inheritance
- Object
- LdapDiagnosticsReportBuilder
Remarks
This intentionally produces stable DTOs suitable for chat/tool output (strings/ints/bools), while reusing the underlying LDAP engine types and probing logic.
Methods
public static async Task<Report> BuildAsync(Options options, CancellationToken cancellationToken = null) #Returns:
Task<Report>Executes diagnostics and returns a structured report.
Parameters
- options ADPlayground.Ldap.LdapDiagnosticsReportBuilder.Options
- cancellationToken System.Threading.CancellationToken = null