RSOP_IEESCSecurityZoneSettings class

Contains details for security zone attributes for a given zone. Extends the RSOP_IESecurityZoneSettings class.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[AMENDMENT]
class RSOP_IEESCSecurityZoneSettings : RSOP_IESecurityZoneSettings
{
  string  rsopID;
  sint32  rsopPrecedence;
  uint32  zoneIndex;
  boolean useHKLM;
  string  displayName;
  string  description;
  string  iconPath;
  uint32  minimumTemplateLevel;
  uint32  recommendedTemplateLevel;
  uint32  currentTemplateLevel;
  uint32  flags;
  string  zoneMappings[];
  string  actionValues[];
  boolean EscEnabled;
};

Members

The RSOP_IEESCSecurityZoneSettings class has these types of members:

Properties

The RSOP_IEESCSecurityZoneSettings class has these properties.

actionValues

Data type: string array

Access type: Read-only

Array containing values associated with the actions that can be assigned in a URL security zone. For a list of values, see URL Action Flag Constants.

This property is inherited from the RSOP_IESecurityZoneSettings class.

currentTemplateLevel

Data type: uint32

Access type: Read-only

Current general security level for the URL security zone.

This property is inherited from the RSOP_IESecurityZoneSettings class.

description

Data type: string

Access type: Read-only

Description of the URL security zone.

This property is inherited from the RSOP_IESecurityZoneSettings class.

displayName

Data type: string

Access type: Read-only

Display name of the URL security zone.

This property is inherited from the RSOP_IESecurityZoneSettings class.

EscEnabled

Data type: boolean

Access type: Read-only

Qualifiers: DisplayName ("Enhanced Security Settings")

True if Internet Explorer Enhanced Security Settings are enabled.

flags

Data type: uint32

Access type: Read-only

Zone attribute flags associated with the specified URL security zone. For a list of values, see ZAFLAGS

This property is inherited from the RSOP_IESecurityZoneSettings class.

iconPath

Data type: string

Access type: Read-only

Path to the icon associated with this zone.

This property is inherited from the RSOP_IESecurityZoneSettings class.

minimumTemplateLevel

Data type: uint32

Access type: Read-only

Minimum template level for the URL security zone.

This property is inherited from the RSOP_IESecurityZoneSettings class.

recommendedTemplateLevel

Data type: uint32

Access type: Read-only

Recommended template level for the URL security zone.

This property is inherited from the RSOP_IESecurityZoneSettings class.

rsopID

Data type: string

Access type: Read-only

Qualifiers: Key

Foreign key to RSOP_PolicySetting.

This property is inherited from the RSOP_IESecurityZoneSettings class.

rsopPrecedence

Data type: sint32

Access type: Read-only

Qualifiers: Key

Foreign key to RSOP_PolicySetting.

This property is inherited from the RSOP_IESecurityZoneSettings class.

useHKLM

Data type: boolean

Access type: Read-only

Qualifiers: Key

If TRUE, use URL security zone settings retrieved from the HKEY_LOCAL_MACHINE section of the registry. If FALSE, use settings from the HKEY_CURRENT_USER section.

This property is inherited from the RSOP_IESecurityZoneSettings class.

zoneIndex

Data type: uint32

Access type: Read-only

Qualifiers: Key

URL security zone index.

This property is inherited from the RSOP_IESecurityZoneSettings class.

zoneMappings

Data type: string array

Access type: Read-only

Array of URL security zone mappings.

This property is inherited from the RSOP_IESecurityZoneSettings class.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\RSOP\Computer, Root\RSOP\User
MOF
Rsop.mof
DLL
GPSvc.dll

See also

Group Policy Overview

Group Policy RSoP WMI Classes

RSOP_IESecurityZoneSettings