Class InternetExplorerEnhancedSecuritySettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents information about the Internet Explorer enhanced security configuration settings on a machine. These settings apply to Windows Server 2003 and above only.
public class InternetExplorerEnhancedSecuritySettings : BypassSection
- Inheritance
-
InternetExplorerEnhancedSecuritySettings
- Inherited Members
Constructors
InternetExplorerEnhancedSecuritySettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.InternetExplorerEnhancedSecuritySettings class.
public InternetExplorerEnhancedSecuritySettings()
Properties
Administrators
Gets or sets whether Internet Explorer Enhanced Security is enabled for administrators.
public BooleanOption Administrators { get; set; }
Property Value
Users
Gets or sets whether Internet Explorer Enhanced Security is enabled for users.
public BooleanOption Users { get; set; }
Property Value
Methods
ToString()
Returns the Internet Explorer Enhanced Security configuration as a human readable string.
public override string ToString()
Returns
- string
The Internet Explorer Enhanced Security configuration as a human readable string.