PolicyLevelType
Specifies the type of a managed code policy level.
AppDomain = 3
Security policy for all managed code in an application.
Enterprise = 2
Security policy for all managed code in an enterprise.
Machine = 1
Security policy for all managed code that is run on the computer.
User = 0
Security policy for all managed code that is run by the user.