API Reference
Class
SecurityOptionRequirement
Registry-backed security option that affects audit fidelity.
Inheritance
- Object
- SecurityOptionRequirement
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
Constructors
public SecurityOptionRequirement() #Methods
Inherited Methods
Properties
public String Name { get; set; } #Friendly label to display in gaps.
public String Hive { get; set; } #Registry hive (e.g., HKLM).
public String Path { get; set; } #Registry path.
public String ValueName { get; set; } #Registry value name.
public String ExpectedValue { get; set; } #Expected string value.
public String SettingTitle { get; set; } #Policy setting title for attribution.