API Reference
Class
Options (DomainControllerTimeSkewPostureService)
Options controlling time-skew posture evaluation.
Inheritance
- Object
- Options
Constructors
Inherited Methods
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.