Merge pull request #2237 from xmcclure/container-owner
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Xml / SignedInfo.cs
index c179ffbb695a90383d00aeb05d251ca008b1ca84..f9d6d9f0048610ece2aeac44f9a0d08b4f625ad1 100644 (file)
@@ -3,11 +3,11 @@
 //
 // Author:
 //     Sebastien Pouliot  <sebastien@ximian.com>
+//      Tim Coleman (tim@timcoleman.com)
 //
 // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
-// (C) 2004 Novell (http://www.novell.com)
-//
-
+// Copyright (C) Tim Coleman, 2004
+// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -30,6 +30,7 @@
 //
 
 using System.Collections;
+using System.Runtime.InteropServices;
 using System.Xml;
 
 namespace System.Security.Cryptography.Xml { 
@@ -57,6 +58,12 @@ namespace System.Security.Cryptography.Xml {
                        }
                }
 
+               [ComVisible (false)]
+               [MonoTODO]
+               public Transform CanonicalizationMethodObject {
+                       get { throw new NotImplementedException (); }
+               }
+
                // documented as not supported (and throwing exception)
                public int Count {
                        get { throw new NotSupportedException (); }