RSOP_IEPrivacySettings class

Represents the privacy settings imported for Internet Explorer URL security zones. Privacy settings are specific to Internet Explorer 6.

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

Syntax

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

Members

The RSOP_IEPrivacySettings class has these types of members:

Properties

The RSOP_IEPrivacySettings class has these properties.

firstPartyPrivacyType

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("First Party Privacy Type")

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.

firstPartyPrivacyTypeText

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("First Party Privacy Type Text")

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

rsopID

Data type: string

Access type: Read-only

Qualifiers: key, DisplayName ("RSOP ID")

Foreign key to RSOP_PolicySetting.

rsopPrecedence

Data type: sint32

Access type: Read-only

Qualifiers: key, DisplayName ("RSOP Precedence")

Foreign key to RSOP_PolicySetting.

thirdPartyPrivacyType

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Third Party Privacy Type")

Flags that define privacy privileges for third-party content.

thirdPartyPrivacyTypeText

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Third Party Privacy Type Text")

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

useAdvancedSettings

Data type: boolean

Access type: Read-only

Qualifiers: DisplayName ("Use Advanced Settings")

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

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

RSOP_PolicySetting