Merge pull request #1404 from woodsb02/mono-route
[mono.git] / mcs / class / corlib / System.Security.Cryptography / ICryptoTransform.cs
index dda99d8b81bce2bbea00862ff8a563b9bba18e0f..eed5e8ce11dbdfa31c83dedcdb885145fbc77c02 100644 (file)
@@ -31,9 +31,7 @@ using System.Runtime.InteropServices;
 
 namespace System.Security.Cryptography {
 
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public interface ICryptoTransform : IDisposable {
 
                bool CanReuseTransform {