TestimoX

API Reference

Class

AppLockerCollectionInfo

Namespace ComputerX.AppControl
Assembly ComputerX
Modifiers sealed

AppLocker policy state for a single rule collection.

Inheritance

  • Object
  • AppLockerCollectionInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

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.