[System.Data.Common] Add IDbColumnSchemaGenerator
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Xml / KeyReference.cs
index c1169ac1a462be801dce8598e5378ec8de0930a6..ba33bf25b32e31fd4ac366565a93364fff7afa22 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System.Xml;
 
@@ -49,8 +48,8 @@ namespace System.Security.Cryptography.Xml {
                        ReferenceType = XmlEncryption.ElementNames.KeyReference;
                }
        
-               public KeyReference (string uri, TransformChain tc)
-                       : base (uri, tc)
+               public KeyReference (string uri, TransformChain transformChain)
+                       : base (uri, transformChain)
                {
                        ReferenceType = XmlEncryption.ElementNames.KeyReference;
                }
@@ -59,4 +58,3 @@ namespace System.Security.Cryptography.Xml {
        }
 }
 
-#endif