TestimoX

API Reference

Class

ExploitMitigationInfo

Namespace ComputerX.ExploitProtection
Assembly ComputerX
Modifiers sealed

Generic mitigation policy posture parsed from Exploit Protection policy XML.

Inheritance

  • Object
  • ExploitMitigationInfo

Constructors

public ExploitMitigationInfo() #

Properties

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

True when the mitigation policy node is present.

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

True when policy indicates the mitigation is enabled.

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

True when policy indicates audit/telemetry-only mode.

public String RawAttributes { get; set; } #

Best-effort serialized view of mitigation XML attributes.