Unbreak the build
[mono.git] / mcs / class / System / System.Net / SecurityProtocolType.cs
index 9e0003a00d457a93bc0d52b167c5d90b2c2af787..d68ab6e25d3c00e4c1deb00d512e917b1705cfc3 100644 (file)
 namespace System.Net {
 
        [Flags]
+#if !NET_2_0
        [Serializable]
-#if NET_1_0
-       internal
-#else
-       public
 #endif
+       public
        enum SecurityProtocolType {
-
-#if NET_2_0
-               Default = -1073741824,
-               Ssl2 = 12,
-#endif
                Ssl3 = 48,
                Tls = 192
        }