Merge pull request #1857 from slluis/fix-assembly-resolver
[mono.git] / mcs / class / corlib / System.Security / ISecurityEncodable.cs
index 238524a159f4c46a01ec5a506ec87f3b63e5e688..06fd6f944774b85a3f45d4522ea51820dafe5140 100644 (file)
@@ -31,9 +31,7 @@ using System.Runtime.InteropServices;
 
 namespace System.Security {
 
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public interface ISecurityEncodable {
 
                void FromXml (SecurityElement e);