TestimoX

API Reference

Class

AppControlInfo

Namespace ComputerX.AppControl
Assembly ComputerX
Modifiers sealed

Consolidated app-control runtime posture for a host (AppLocker + WDAC).

Inheritance

  • Object
  • AppControlInfo

Constructors

Properties

public String ComputerName { get; set; } #

Computer name these values were collected for.

public Nullable<Boolean> AppLockerPolicyPresent { get; set; } #

True when AppLocker policy indicators are present.

public Nullable<Boolean> AppLockerServiceInstalled { get; set; } #

True when the AppIDSvc service is installed.

public Nullable<Boolean> AppLockerServiceRunning { get; set; } #

True when AppIDSvc is currently running.

public String AppLockerServiceStartupType { get; set; } #

Configured startup type of AppIDSvc.

public List<AppLockerCollectionInfo> Collections { get; set; } #

Per-collection AppLocker posture.

public WdacRuntimeInfo Wdac { get; set; } #

WDAC runtime posture.