Class WindowsSecurityOptions
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the security options on a Windows machine such as "Interactive logon: Do not require CTRL+ALT+DEL".
public class WindowsSecurityOptions : BypassSection
- Inheritance
-
WindowsSecurityOptions
- Inherited Members
Constructors
WindowsSecurityOptions()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsSecurityOptions class.
public WindowsSecurityOptions()
Properties
Items
Gets or sets the items in the collection.
public WindowsSecurityOptionCollection Items { get; set; }
Property Value
Methods
FindByName(string)
Returns the security option with the specified name, or null if no security option is found with that name.
public WindowsSecurityOption FindByName(string name)
Parameters
name
stringThe name of the security option to find - for example "DisableCAD".
Returns
- WindowsSecurityOption
The security option with the specified name, or null if no security option is found with that name.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.WindowsSecurityOptions class from the specified XML.
public static WindowsSecurityOptions FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- WindowsSecurityOptions
A CENTREL.XIA.Configuration.Types.WindowsSecurityOptions class.
ToDetailedString()
Returns the security options in a human readable format including the display name and configured value, one per line.
public string ToDetailedString()
Returns
ToString()
Returns the Windows security options as a human readable string - for example "24 Security Options" or "{Not Documented}".
public override string ToString()
Returns
- string
The security options as a human readable string.