API Reference
Class
ExploitMitigationInfo
Generic mitigation policy posture parsed from Exploit Protection policy XML.
Inheritance
- Object
- ExploitMitigationInfo
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
- Property ExploitProtectionInfo.Aslr
- Property ExploitProtectionInfo.Cfg
Constructors
public ExploitMitigationInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.