New test.
[mono.git] / mcs / class / System.Web / System.Web.Configuration / FormsAuthPasswordFormat.cs
index 5847c2e0bc3897f8bdb7cf69953b8876625546e0..91132fc35f00c0938050d049103ef8a30266c205 100644 (file)
@@ -29,11 +29,13 @@ using System;
 
 namespace System.Web.Configuration {
 
+#if !NET_2_0
        [Serializable]
+#endif
        public enum FormsAuthPasswordFormat
        {
                Clear,
                SHA1,
                MD5
        }
-}
\ No newline at end of file
+}