System.Security.SecurityZone Enumeration

Assembly: Mscorlib.dll
Namespace: System.Security
Summary
Defines the integer values corresponding to security zones used by security policy.
C# Syntax:
[Serializable]
public enum SecurityZone
Remarks
To configure zones, use the Security tab on the Microsoft Internet Explorer options panel.
See also:
System.Security Namespace

System.Security.SecurityZone Member List:

Public Fields
Internet The Internet zone is used for the Web sites on the Internet that do not belong to another zone.
Intranet The 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.
MyComputer The local computer zone is an implicit zone used for content that exists on the user's computer.
NoZone No zone is specified.
Trusted The 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.
Untrusted The 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.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.