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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

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.