2001-12-29 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / class / corlib / System.Security / PolicyLevelType.cs
1 //\r
2 // System.Security.PolicyLevelType.cs\r
3 //\r
4 // Author:\r
5 //   Nick Drochak(ndrochak@gol.com)\r
6 //\r
7 // (C) Nick Drochak\r
8 //\r
9 \r
10 namespace System.Security {\r
11 \r
12         public enum PolicyLevelType {\r
13                 AppDomain,\r
14                 Enterprise,\r
15                 Machine,\r
16                 User\r
17         }\r
18 }