2008-01-02 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Security / AllowPartiallyTrustedCallersAttribute.cs
index 19c6f4509fce485ea811ae66a632fe3b47c42e56..f372bd7d57c835293fe012ede0cfeda0e1edf98b 100644 (file)
@@ -2,7 +2,7 @@
 // System.Security.AllowPartiallyTrustedCallersAttribute implementation
 //
 // Author:
-//     Sebastien Pouliot (spouliot@motus.com)
+//     Sebastien Pouliot  <sebastien@ximian.com>
 //
 // (C) 2003, 2004 Motus Technologies Inc. (http://www.motus.com)
 // Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
+
 namespace System.Security {
 
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        [AttributeUsage (AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)]
        public sealed class AllowPartiallyTrustedCallersAttribute : Attribute {