MDM_BrowserSecurityZones class

Contains configuration information about browser security zone settings on the device.

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

Syntax

[dynamic, provider("MDMSettingsProv"), AMENDMENT]
class MDM_BrowserSecurityZones
{
  string  Namespace;
  Uint32  Zone;
  boolean Exists;
};

Members

The MDM_BrowserSecurityZones class has these types of members:

Properties

The MDM_BrowserSecurityZones class has these properties.

Exists

Data type: boolean

Access type: Read-only

True if the namespace exists in the specified security zone.

Namespace

Data type: string

Access type: Read-only

Qualifiers: key

The namespace.

Zone

Data type: Uint32

Access type: Read-only

Qualifiers: key

The security zone.

Intranet (1)

Trusted (2)

Internet (3)

Untrusted (4)

Requirements

Minimum supported client
Windows 8.1
Minimum supported server
None supported
Namespace
Root\CIMv2\MDM
MOF
MDMSettingsProv.mof
DLL
MDMSettingsProv.dll

See also

Mobile Device Management Settings Classes