PolicyLevelType

PolicyLevelTypeserializable

System.Security (mscorlib.dll)enum
public enum PolicyLevelType {
   User = 0,Machine = 1,Enterprise = 2,AppDomain = 3
}

This enumeration defines constants that represent the different levels of security policy configuration. PolicyLevelType is used when working with members of the SecurityManager class.

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) PolicyLevelType

Passed To

SecurityManager.{LoadPolicyLevelFromFile( ), LoadPolicyLevelFromString( )}



    Part V: API Quick Reference