svn path=/branches/mono-1-1-9/mcs/; revision=51206
[mono.git] / mcs / class / corlib / System.Security.Permissions / PublisherIdentityPermissionAttribute.cs
index 0e7b5b0efd7c475d397fc2804bfb191ab4f6fd4f..80d034feb922d2812642620481e63e88860510b8 100644 (file)
@@ -5,8 +5,7 @@
 //     Sebastien Pouliot  <sebastien@ximian.com>
 //
 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
-// (C) 2004 Novell (http://www.novell.com)
-// Copyright (C) 2004 Novell, Inc (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
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
 using SSCX = System.Security.Cryptography.X509Certificates;
 
 using Mono.Security.Cryptography;
 
 namespace System.Security.Permissions {
 
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        [AttributeUsage (AttributeTargets.Assembly | AttributeTargets.Class |
                         AttributeTargets.Struct | AttributeTargets.Constructor |
                         AttributeTargets.Method, AllowMultiple=true, Inherited=false)]