2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / ilasm / errors / test-perm_fail-2.il
blob64d977383ef0d6c291eca8cc5554263058207538
1 .assembly extern mscorlib
4 .assembly 'test-perm_fail-2'
8   .class interface public auto ansi abstract foo
9   {
11     .method public virtual  hidebysig  newslot  abstract 
12            instance default void abc ()  cil managed 
13     {
14         //reqopt allowed only for .assembly
15         .permission reqopt [mscorlib]System.Security.Permissions.IsolatedStorageFilePermissionAttribute ("UsageAllowed"=[mscorlib]System.Security.Permissions.IsolatedStorageContainment (16))
16     
17     }
18   }