TestimoX

API Reference

Enum

AppLockerEnforcementMode

Namespace ComputerX.AppControl
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

AppLocker rule collection enforcement mode.

Inheritance

  • Enum
  • AppLockerEnforcementMode

Usage

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

Values

public const AppLockerEnforcementMode Unknown #

Mode is unknown or cannot be determined.

Value: -1
public const AppLockerEnforcementMode NotConfigured #

Not configured.

Value: 0
public const AppLockerEnforcementMode Enforced #

Enforce rules.

Value: 1
public const AppLockerEnforcementMode AuditOnly #

Audit only.

Value: 2