2004-04-02 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / corlib / System.Security / ChangeLog
index 3d7660433f7cdb54f25379b8a5664d4c36106cd5..7c1e4f095e95fa2283200ad29c226b347c501986 100755 (executable)
@@ -1,3 +1,27 @@
+2004-03-05  Atsushi Enomoto <atsushi@ximian.com>
+
+       * SecurityElement.cs : ignore prefix; this enables RSA.FromXmlString()
+         to allow namespaced elements.
+
+2004-01-27  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * SecurityElement.cs: Attributes are now kept in an ArrayList (but
+       still returned in an Hashtable) so the attributes order can be
+       kept like MS implementation (but Hashtable cannot guarantee this).
+
+2004-01-26  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * NamedPermissionSet.cs: Changed internal constructor 
+       NamedPermissionSet (SecurityElement e) to NamedPermissionSet ().
+       * PermissionSet.cs: Changed internal constructor 
+       PermissionSet (SecurityElement e) to PermissionSet ().
+
+2004-01-24  David Sheldon <dave-mono@earth.li>
+
+       * SecurityElement.cs: Changed indentation in ToString, it seems
+        MS indent by 3 spaces, not 4. Also added NewLine to childless 
+       elements.
+
 2004-01-24  David Sheldon <dave-mono@earth.li>
 
        * SecurityElement.cs: Changed newline distribution in ToString.