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