Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PolicyLevelType Enumeration

 

Specifies the type of a managed code policy level.

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

<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration PolicyLevelType

Member nameDescription
AppDomain

Security policy for all managed code in an application.

Enterprise

Security policy for all managed code in an enterprise.

Machine

Security policy for all managed code that is run on the computer.

User

Security policy for all managed code that is run by the user.

The highest level of security policy is enterprise-wide. Successive lower levels of hierarchy represent further policy restrictions, but can never grant more permissions than allowed by higher levels. The policy levels in order are the following.

1. Enterprise

2. Machine

3. User

4. Application domain

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft