2010-01-25 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / System.Security.Cryptography / KeySizes.cs
index a673bd774efc02cc613caa80d2a15a8507c4f503..5c5e60d42b3c0f0d2fcdf26b2ca5583070191e5d 100644 (file)
@@ -33,14 +33,10 @@ using System.Runtime.InteropServices;
 
 namespace System.Security.Cryptography {
        
-#if NET_1_0
-       public class KeySizes {
-#else
-       #if NET_2_0
+#if !NET_2_1
        [ComVisible (true)]
-       #endif
-       public sealed class KeySizes {
 #endif
+       public sealed class KeySizes {
                private int _maxSize;
                private int _minSize;
                private int _skipSize;