2004-01-11 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Mon, 12 Jan 2004 01:26:55 +0000 (01:26 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Mon, 12 Jan 2004 01:26:55 +0000 (01:26 -0000)
* SignedXml.cs: Fixed class signature (for 1.1+) by adding public to
Resolver property.
* Transform.cs: Fixed class signature (for 1.1+) by adding public to
Resolver property.

svn path=/trunk/mcs/; revision=21962

mcs/class/System.Security/System.Security.Cryptography.Xml/ChangeLog
mcs/class/System.Security/System.Security.Cryptography.Xml/SignedXml.cs
mcs/class/System.Security/System.Security.Cryptography.Xml/Transform.cs

index 3a43953e70e812120ba9ef8306a30c9bf7d12fb9..63f91adbdd2891cfc55bf74bec150c6fa5923feb 100644 (file)
@@ -1,3 +1,10 @@
+2004-01-11  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * SignedXml.cs: Fixed class signature (for 1.1+) by adding public to 
+       Resolver property.
+       * Transform.cs: Fixed class signature (for 1.1+) by adding public to 
+       Resolver property.
+
 2003-12-14  Sebastien Pouliot  <spouliot@videotron.ca>
 
        * SignedXml.cs: Now load the public key when verifying (bug #52084)
index 7d621bc019fafad49633472c6e1826fcd47127f5..bcbc3d7e7b00f18607c1f945af6b89130af64f74 100644 (file)
@@ -357,7 +357,7 @@ namespace System.Security.Cryptography.Xml {
 
                [MonoTODO("property not (yet) used in class")]
                [ComVisible(false)]
-               XmlResolver Resolver {
+               public XmlResolver Resolver {
                        set { xmlResolver = value; }
                }
 #endif
index e65f9695bed0f99b5f2b50448af564d7f7d46b39..bdfa1cc6ce555852dbbf5d1e9f39a85ee0bd7a2d 100644 (file)
@@ -54,7 +54,7 @@ namespace System.Security.Cryptography.Xml {
 
                [MonoTODO("property not (yet) used in derived classes")]
                [ComVisible(false)]
-               XmlResolver Resolver {
+               public XmlResolver Resolver {
                        set { xmlResolver = value; }
                }
 #endif