API Reference
Class
SecurityOptionsWriter
Writes common Windows security option values to the registry for a target host. Intended for test environments and controlled automation; requires administrative rights.
Inheritance
- Object
- SecurityOptionsWriter
Methods
public static Boolean Set(String computerName, SecurityOptionsState desired) #Returns:
BooleanApplies the desired security options to the specified computer by writing policy registry values.
Parameters
- computerName System.String
- Target machine name or null/empty for the local machine.
- desired ComputerX.SecurityPolicy.SecurityOptionsState
- Desired state to apply (per‐option, null means no change).
Returns
True when all writes succeed; false if any registry operation fails.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object