RSOP_IEESCPrivacySettings class

Contains details for privacy attributes for the Internet security zone. Extends the RSOP_IEPrivacySettings class.

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

Syntax

[AMENDMENT]
class RSOP_IEESCPrivacySettings : RSOP_IEPrivacySettings
{
  string  rsopID;
  sint32  rsopPrecedence;
  uint32  firstPartyPrivacyType;
  string  firstPartyPrivacyTypeText;
  uint32  thirdPartyPrivacyType;
  string  thirdPartyPrivacyTypeText;
  boolean useAdvancedSettings;
  boolean EscEnabled;
};

Members

The RSOP_IEESCPrivacySettings class has these types of members:

Properties

The RSOP_IEESCPrivacySettings class has these properties.

EscEnabled

Data type: boolean

Access type: Read-only

Qualifiers: DisplayName ("Enhanced Security Settings")

True if Internet Explorer Enhanced Security Settings are enabled.

firstPartyPrivacyType

Data type: uint32

Access type: Read-only

Flags that define privacy or cookie privileges for first-party content. Internet Explorer 6 defines first-party content as content associated with the host domain, and third-party content as content that originates in a domain other than the host domain. For example, when a user navigates to an Internet site as a result of typing a URL in the address bar, and the site sets one or more cookies, the cookies are within the context of first-party content. If there is a banner advertisement on the site, cookies set by that site are in a third-party context.

This property is inherited from the RSOP_IEPrivacySettings class.

firstPartyPrivacyTypeText

Data type: string

Access type: Read-only

String representation of privacy or cookie privileges for first-party content.

This property is inherited from the RSOP_IEPrivacySettings class.

rsopID

Data type: string

Access type: Read-only

Qualifiers: Key

Foreign key to RSOP_PolicySetting.

This property is inherited from the RSOP_IEPrivacySettings class.

rsopPrecedence

Data type: sint32

Access type: Read-only

Qualifiers: Key

Foreign key to RSOP_PolicySetting.

This property is inherited from the RSOP_IEPrivacySettings class.

thirdPartyPrivacyType

Data type: uint32

Access type: Read-only

Flags that define privacy privileges for third-party content.

This property is inherited from the RSOP_IEPrivacySettings class.

thirdPartyPrivacyTypeText

Data type: string

Access type: Read-only

String representation of privacy or cookie privileges for third-party content.

This property is inherited from the RSOP_IEPrivacySettings class.

useAdvancedSettings

Data type: boolean

Access type: Read-only

If TRUE, the user has specified configuration settings in the advanced settings dialog box. If FALSE, no advanced settings are specified.

This property is inherited from the RSOP_IEPrivacySettings 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_IEPrivacySettings