2004-04-02 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / corlib / System.Security / ChangeLog
index d07ca20a51c0185d40864267fff675127d6e4327..7c1e4f095e95fa2283200ad29c226b347c501986 100755 (executable)
@@ -1,3 +1,21 @@
+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