RSOP_IESecurityContentRatings class

Represents customized settings or attributes related to security content ratings that should be used with Microsoft Internet Explorer.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[AMENDMENT]
class RSOP_IESecurityContentRatings
{
  string  rsopID;
  sint32  rsopPrecedence;
  string  ratingSystems[];
  string  ratingSystemFileNames[];
  string  alwaysViewableSites[];
  string  neverViewableSites[];
  boolean viewUnknownRatedSites;
  boolean passwordOverrideEnabled;
  string  selectedRatingsBureau;
};

Members

The RSOP_IESecurityContentRatings class has these types of members:

Properties

The RSOP_IESecurityContentRatings class has these properties.

alwaysViewableSites

Data type: string array

Access type: Read-only

Qualifiers: DisplayName ("Always Viewable Sites")

Internet sites (URLs) to which access is always allowed.

neverViewableSites

Data type: string array

Access type: Read-only

Qualifiers: DisplayName ("Never Viewable Sites")

Internet sites to which access is always denied.

passwordOverrideEnabled

Data type: boolean

Access type: Read-only

Qualifiers: DisplayName ("Password Override Enabled")

If TRUE, users can enter a name and password to override the security content rating and enable them to view sites to which access is generally denied. If FALSE, users cannot override the security content rating.

ratingSystemFileNames

Data type: string array

Access type: Read-only

Qualifiers: DisplayName ("Rating System File Names")

Array of filenames specifying Recreation Software Advisory Council on the Internet (RSACi) rating-system definitions.

ratingSystems

Data type: string array

Access type: Read-only

Qualifiers: DisplayName ("Rating Systems")

Array of rating systems.

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.

selectedRatingsBureau

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Selected Ratings Bureau")

Currently selected ratings bureau. This value can be the name of an independent ratings bureau to use for controlling access to web content.

viewUnknownRatedSites

Data type: boolean

Access type: Read-only

Qualifiers: DisplayName ("View Unknown Rated Sites")

If TRUE, users are permitted access to Internet sites that have an unknown rating. If FALSE, users are not permitted access to these types of sites.

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