API Reference
Class
ExploitProtectionInfo
Consolidated exploit protection posture for a host.
Inheritance
- Object
- ExploitProtectionInfo
Constructors
public ExploitProtectionInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer name these values were collected for.
public Nullable<Boolean> ExploitProtectionPolicyConfigured { get; set; } #True when ExploitProtectionSettings policy value exists and is non-empty.
public Boolean ExploitProtectionPolicyParsed { get; set; } #True when ExploitProtectionSettings XML parsing succeeded.
public Nullable<Int32> ExploitProtectionPolicyLength { get; set; } #Length of the ExploitProtectionSettings policy payload when present.
public DepPostureInfo Dep { get; set; } #DEP runtime and policy posture.
public ExploitMitigationInfo Aslr { get; set; } #ASLR policy posture.
public ExploitMitigationInfo Cfg { get; set; } #CFG policy posture.
public SehopPostureInfo Sehop { get; set; } #SEHOP runtime/policy posture.