[Mono-bugs] [Bug 52532][Wis] Changed - Cannot find type `WindowsPrincipal'

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Dec 2003 01:02:14 -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 bmaurer@users.sf.net.

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

--- shadow/52532	2003-12-25 00:57:43.000000000 -0500
+++ shadow/52532.tmp.29613	2003-12-25 01:02:14.000000000 -0500
@@ -2,15 +2,15 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 040 One week
-Priority: Critical
-Component: System
+Severity: Unknown
+Priority: Wishlist
+Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: xiaoming.lin@longshine.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -73,6 +73,19 @@
 
 ------- Additional Comments From bmaurer@users.sf.net  2003-12-25 00:57 -------
 *** Bug 52530 has been marked as a duplicate of this bug. ***
 
 ------- Additional Comments From bmaurer@users.sf.net  2003-12-25 00:57 -------
 *** Bug 52531 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-25 01:02 -------
+Smaller:
+
+using System.Security.Principal;
+
+public class SecurityToolkit {
+	public static void GetUserProvinces (WindowsPrincipal user) {
+	
+	}
+}
+
+Cant figure out why this is happening, is this an MCS bug?