New tests.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / SHA512.cs
index 6ec92207bfaa53f8fe155b9f62bf11175f735965..00baef00d084cc62d6143499109c145893b2798c 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !NET_2_1
+#if !MOONLIGHT
 
 using System.Runtime.InteropServices;
 \r
 namespace System.Security.Cryptography {\r
 
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public abstract class SHA512 : HashAlgorithm {\r
 
-#if NET_2_0
                protected SHA512 ()
-#else
-               public SHA512 ()
-#endif\r
                {\r
                        HashSizeValue = 512;\r
                }\r