[Mono-bugs] [Bug 47312][Min] Changed - Undocumented IBuiltInPermission in System.Security.Permissions
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 3 Aug 2003 20:03:41 -0400 (EDT)
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=47312
--- shadow/47312 Sun Aug 3 19:13:58 2003
+++ shadow/47312.tmp.21384 Sun Aug 3 20:03:41 2003
@@ -1,13 +1,13 @@
Bug#: 47312
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: spouliot@videotron.ca
ReportedBy: spouliot@videotron.ca
QAContact: mono-bugs@ximian.com
@@ -50,6 +50,12 @@
System.Security.Permissions.StrongNameIdentityPermission: 11
System.Security.Permissions.UIPermission: 7
System.Security.Permissions.UrlIdentityPermission: 12
System.Security.Permissions.ZoneIdentityPermission: 13
I'll update each class with the new method GetTokenIndex.
+
+------- Additional Comments From spouliot@videotron.ca 2003-08-03 20:03 -------
+Implemented GetTokenIndex on all classes (expect FileIOPermission
+due to a CVS problem with lines-endings). However the tool had to
+supply BindingFlags.Static to get the method, but the interface
+cannot be implemented as static. Maybe .NET implements both ?