Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.Configuration/FormsAuthPasswordFormat.cs')
-rw-r--r--mcs/class/System.Web/System.Web.Configuration/FormsAuthPasswordFormat.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/mcs/class/System.Web/System.Web.Configuration/FormsAuthPasswordFormat.cs b/mcs/class/System.Web/System.Web.Configuration/FormsAuthPasswordFormat.cs
index 91132fc35f0..5847c2e0bc3 100644
--- a/mcs/class/System.Web/System.Web.Configuration/FormsAuthPasswordFormat.cs
+++ b/mcs/class/System.Web/System.Web.Configuration/FormsAuthPasswordFormat.cs
@@ -29,13 +29,11 @@ using System;
namespace System.Web.Configuration {
-#if !NET_2_0
[Serializable]
-#endif
public enum FormsAuthPasswordFormat
{
Clear,
SHA1,
MD5
}
-}
+} \ No newline at end of file