TestimoX

API Reference

Class

SehopPostureInfo

Namespace ComputerX.ExploitProtection
Assembly ComputerX
Modifiers sealed

SEHOP runtime/policy posture.

Inheritance

  • Object
  • SehopPostureInfo

Constructors

public SehopPostureInfo() #

Properties

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

True when SEHOP policy node is present in Exploit Protection XML.

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

True when policy indicates SEHOP is enabled.

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

True when policy indicates SEHOP audit/telemetry-only mode.

public String PolicyRawAttributes { get; set; } #

Best-effort serialized view of SEHOP policy XML attributes.

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

Raw DisableExceptionChainValidation registry value.

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

Best-effort SEHOP enabled interpretation from registry (0 = enabled).