[Mono-bugs] [Bug 79030][Nor] New - System.Security.Principal.GenericPrincipal not serializable between Mono and MS.NET
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 8 08:22:14 EDT 2006
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 adrinael at adrinael.net.
http://bugzilla.ximian.com/show_bug.cgi?id=79030
--- shadow/79030 2006-08-08 08:22:14.000000000 -0400
+++ shadow/79030.tmp.30761 2006-08-08 08:22:14.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 79030
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: adrinael at adrinael.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.Security.Principal.GenericPrincipal not serializable between Mono and MS.NET
+
+Description of Problem:
+Passing System.Security.Principal.GenericPrincipal from Mono to MS.NET does
+not work.
+
+
+
+Steps to reproduce the problem:
+1. Generate a System.Security.Principal.GenericPrincipal object on Mono
+2. Serialize the created object
+3. Deserialize on MS.NET
+
+Actual Results:
+Deserializing error. m_identity not found on MS.NET.
+
+
+Expected Results:
+Successful deserialization.
+
+
+How often does this happen?
+Always
+
+Additional Information:
+Mono version is svn HEAD.
More information about the mono-bugs
mailing list