New tests.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / SHA512.cs
index a17b8f2b995bfee9b6f78dbaf80baa13b4691d17..00baef00d084cc62d6143499109c145893b2798c 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#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
@@ -58,3 +54,5 @@ namespace System.Security.Cryptography {
                }\r
        }\r
 }\r
+#endif
+