API Reference
Class
Options (DomainControllerTimeSkewPostureService)
Options controlling time-skew 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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.