API Reference
Class
SecurityOptionsQuery
Reads common Windows Security Options from registry into a typed state.
Inheritance
- Object
- SecurityOptionsQuery
Methods
public static SecurityOptionsState Get(String computerName = null) #Returns:
SecurityOptionsStateGets Security Options state for a computer by querying relevant registry keys.
Parameters
- computerName System.String = null
- Target host name; null uses local machine.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object