TestimoX

API Reference

Class

AppLockerCollectionInfo

Namespace ComputerX.AppControl
Assembly ComputerX
Modifiers sealed

AppLocker policy state for a single rule collection.

Inheritance

  • Object
  • AppLockerCollectionInfo

Constructors

Properties

public String Collection { get; set; } #

Collection key name (Exe, Dll, Script, Appx, Msi).

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

True when policy evidence is present for this collection.

public Int32 RuleCount { get; set; } #

Best-effort count of rule subkeys in this collection.

public Nullable<Int32> EnforcementModeRaw { get; set; } #

Raw EnforcementMode registry value.

public AppLockerEnforcementMode EnforcementMode { get; set; } #

Mapped AppLocker enforcement mode.