Fix null sessions in HttpContextWrapper.Session
[mono.git] / mcs / class / corlib / System.Security.Cryptography / AsymmetricSignatureFormatter.cs
index 72ec038f821c9308208f16902bba2ea5a0a12ef2..34d145d80e0548cc42192c2f44e88b73fb3b25c0 100644 (file)
@@ -30,18 +30,11 @@ using System.Runtime.InteropServices;
 
 namespace System.Security.Cryptography {
        
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public abstract class AsymmetricSignatureFormatter {
 
-#if NET_2_0
                protected AsymmetricSignatureFormatter ()
-#else
-               public AsymmetricSignatureFormatter ()
-#endif
-               {
-               }
+               {               }
                
                public abstract void SetHashAlgorithm (string strName);