.NET Framework Class Library
SecurityZone Enumeration

Defines the integer values corresponding to security zones used by security policy.

Namespace:  System.Security
Assembly:  mscorlib (in mscorlib.dll)
Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
<ComVisibleAttribute(True)> _
Public Enumeration SecurityZone
Visual Basic (Usage)
Dim instance As SecurityZone
C#
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum SecurityZone
Visual C++
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class SecurityZone
JScript
public enum SecurityZone
Members

Member nameDescription
MyComputerThe local computer zone is an implicit zone used for content that exists on the user's computer.
IntranetThe local intranet zone is used for content located on a company's intranet. Because the servers and information would be within a company's firewall, a user or company could assign a higher trust level to the content on the intranet.
TrustedThe trusted sites zone is used for content located on Web sites considered more reputable or trustworthy than other sites on the Internet. Users can use this zone to assign a higher trust level to these sites to minimize the number of authentication requests. The URLs of these trusted Web sites need to be mapped into this zone by the user.
InternetThe Internet zone is used for the Web sites on the Internet that do not belong to another zone.
UntrustedThe restricted sites zone is used for Web sites with content that could cause, or could have caused, problems when downloaded. The URLs of these untrusted Web sites need to be mapped into this zone by the user.
NoZoneNo zone is specified.
Remarks

To configure zones, use the Security tab on the Microsoft Internet Explorer options panel.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
See Also

Reference

Tags :


Page view tracker