TestimoX

API Reference

Class

DomainControllerNetworkAdapterPostureService

Namespace ComputerX.Network
Assembly ComputerX
Modifiers static

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: View

Evaluates network-adapter posture for the supplied domain controller.

Parameters

computerName System.String = null optionalposition: 0
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: View

Evaluates network-adapter posture using the supplied options.

Parameters

options ComputerX.Network.DomainControllerNetworkAdapterPostureService.Options requiredposition: 0
Evaluation options.
adapterQuery System.Func{System.String,System.Collections.Generic.List{ComputerX.Network.NetworkAdapterInfo}} = null optionalposition: 1
Optional adapter query delegate for tests.
hardeningQuery System.Func{System.String,ComputerX.Network.NetworkHardeningPostureInfo} = null optionalposition: 2
Optional network-hardening delegate for tests.
domainFirewallEnabledQuery System.Func{System.String,System.Nullable{System.Boolean}} = null optionalposition: 3
Optional domain-firewall query delegate for tests.

Returns

Typed posture view.