TestimoX

API Reference

Class

Options (DomainControllerPortPostureService)

Namespace ADPlayground.DomainControllers.DomainControllerPortPostureService
Assembly ADPlayground
Modifiers sealed

Options controlling domain-controller TCP port posture evaluation.

Inheritance

  • Object
  • Options

Constructors

Properties

public String DomainControllerName { get; set; } #

Target domain controller host name or FQDN.

public Int32 TimeoutMs { get; set; } #

Connect timeout in milliseconds.

public Int32 RetryCount { get; set; } #

Retry attempts per port.

public Int32 RetryDelayMs { get; set; } #

Delay between retries in milliseconds.