[Mono-bugs] [Bug 52693][Wis] Changed - Unsupported declarative permissions

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Mar 2004 17:30:27 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by spouliot@videotron.ca.

http://bugzilla.ximian.com/show_bug.cgi?id=52693

--- shadow/52693	2004-03-04 17:25:17.000000000 -0500
+++ shadow/52693.tmp.31408	2004-03-04 17:30:27.000000000 -0500
@@ -10,13 +10,12 @@
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: spouliot@videotron.ca               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Unsupported declarative permissions
 OtherBugsDependingOnThis: 52606
 
 NOTE: This isn't "really" CAS (Code Access Security) related! See bugzilla
 #52606 for CAS runtime implementation.
 
@@ -165,6 +164,16 @@
 The last exception being correct.
 
 ------- Additional Comments From spouliot@videotron.ca  2004-03-04 17:25 -------
 Created an attachment (id=6849)
 principal_tests.tar
 
+
+------- Additional Comments From spouliot@videotron.ca  2004-03-04 17:30 -------
+Added an attachement (principal_tests.tar) which contains different 
+test cases for using PrincipalPermission (with both success and 
+failures).
+
+PrincipalPermissionAttribute can be applied only on Class and Method 
+and supports Demand (checked at runtime), LinkDemand (checked at JIT 
+compilation) and InheritanceDemand (checked at load time).
+