API Reference
Class
DomainControllerNetworkAdapterPostureService
Evaluates network-adapter posture for a domain controller using reusable adapter inventory and network-hardening substrate.
Inheritance
- Object
- DomainControllerNetworkAdapterPostureService
Methods
Get 2 overloads
public static View Get(String computerName = null) #Returns:
ViewEvaluates network-adapter posture for the supplied domain controller.
Parameters
- computerName System.String = null
- Target computer name.
Returns
Typed posture view.
public static View Get(Options options, Func<String, List<NetworkAdapterInfo>> adapterQuery = null, Func<String, NetworkHardeningPostureInfo> hardeningQuery = null, Func<String, Nullable<Boolean>> domainFirewallEnabledQuery = null) #Returns:
ViewEvaluates network-adapter posture using the supplied options.
Parameters
- options ComputerX.Network.DomainControllerNetworkAdapterPostureService.Options
- Evaluation options.
- adapterQuery System.Func{System.String,System.Collections.Generic.List{ComputerX.Network.NetworkAdapterInfo}} = null
- Optional adapter query delegate for tests.
- hardeningQuery System.Func{System.String,ComputerX.Network.NetworkHardeningPostureInfo} = null
- Optional network-hardening delegate for tests.
- domainFirewallEnabledQuery System.Func{System.String,System.Nullable{System.Boolean}} = null
- Optional domain-firewall query delegate for tests.
Returns
Typed posture view.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object