API Reference
Class
DomainControllerMssLegacyNetworkPostureService
Evaluates legacy TCP/IP MSS hardening posture for a domain controller.
Inheritance
- Object
- DomainControllerMssLegacyNetworkPostureService
Methods
Get 2 overloads
public static View Get(String computerName = null) #Returns:
ViewEvaluates MSS legacy posture for the supplied computer.
Parameters
- computerName System.String = null
- Target computer name.
Returns
Typed posture view.
public static View Get(Options options, Func<String, NetworkClientPolicyState> query = null) #Returns:
ViewEvaluates MSS legacy posture using the supplied options.
Parameters
- options ComputerX.SecurityPolicy.DomainControllerMssLegacyNetworkPostureService.Options
- Evaluation options.
- query System.Func{System.String,ComputerX.SecurityPolicy.NetworkClientPolicyState} = null
- Optional query delegate for tests.
Returns
Typed posture view.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object