TestimoX

API Reference

Class

Options (DomainControllerTimeSkewPostureService)

Namespace ADPlayground.DomainControllers.DomainControllerTimeSkewPostureService
Assembly ADPlayground
Modifiers sealed

Options controlling time-skew posture evaluation.

Inheritance

  • Object
  • Options

Constructors

Properties

public String DomainControllerName { get; set; } #

Target domain controller name.

public ReferenceMode Mode { get; set; } #

Reference mode for the skew comparison.

public String ExternalTimeSource { get; set; } #

External NTP server when Mode is ExternalNtp.

public Double MaxSkewSeconds { get; set; } #

Maximum allowed skew in seconds.

public Int32 QueryTimeoutSeconds { get; set; } #

Remote query timeout in seconds.

public Int32 ReferenceTimeoutMs { get; set; } #

NTP query timeout in milliseconds.