[Mono-bugs] [Bug 375368] On GetObjectData accept [SecurityPermission(Flags= SerializationFormatter)]
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Mar 31 08:53:48 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=375368
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=375368#c1
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spouliot at novell.com
AssignedTo|mono-bugs at lists.ximian.com |spouliot at novell.com
Status|NEW |ASSIGNED
--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2008-03-31 06:53:48 MST ---
Nice catch. I'll look into in.
As for the format story:
Mono runtime always encode security attributes in the 1.x format (XML) while
newer MS compilers (2.x +) encodes them in a new binary format (but still
support the older format). Cecil can read both formats (I worked on that) but I
don't know if it can write the binary format (I didn't work on that ;-).
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list