June 2003
Intermediate to advanced
714 pages
22h 8m
English
PolicyLevelType
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.
System.Object
→
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
PolicyLevelType
SecurityManager.{LoadPolicyLevelFromFile( ),
LoadPolicyLevelFromString( )}