X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Security%2FSystem.Security.Cryptography.Xml%2FReference.cs;h=70128b0ef088139d2cc5be3ae7e19eefc605c95f;hb=311746b41cf500aef15a68bf4a37bddcbba86ef4;hp=0f543a44e818537fa225013ed76256a5ee281e35;hpb=0abc2e6270020edc4a5b4c66f93b4ae582815f20;p=mono.git diff --git a/mcs/class/System.Security/System.Security.Cryptography.Xml/Reference.cs b/mcs/class/System.Security/System.Security.Cryptography.Xml/Reference.cs index 0f543a44e81..70128b0ef08 100644 --- a/mcs/class/System.Security/System.Security.Cryptography.Xml/Reference.cs +++ b/mcs/class/System.Security/System.Security.Cryptography.Xml/Reference.cs @@ -5,9 +5,7 @@ // Sebastien Pouliot // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) -// (C) 2004 Novell (http://www.novell.com) -// - +// 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 +28,7 @@ // using System.IO; +using System.Runtime.InteropServices; using System.Xml; namespace System.Security.Cryptography.Xml { @@ -91,6 +90,7 @@ namespace System.Security.Cryptography.Xml { public TransformChain TransformChain { get { return chain; } #if NET_2_0 + [ComVisible (false)] set { chain = value; } #endif }