merge -r 53370:58178
[mono.git] / mcs / class / System.Web / System.Web.Configuration / FormsProtectionEnum.cs
old mode 100755 (executable)
new mode 100644 (file)
index ddb73bf..2b14f12
@@ -1,4 +1,10 @@
-
+//
+// System.Web.Configuration.FormsProtectionEnum.cs
+//
+// Author:
+//     Gonzalo Paniagua Javier <gonzalo@ximian.com>
+//
+// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-/* System.Web.Configuration
- * Authors:
- *   Leen Toelen (toelen@hotmail.com)
- *  Copyright (C) 2001 Leen Toelen
-*/
 
 namespace System.Web.Configuration {
-
-       /// <summary>
-       /// Defines the method used for securing web forms.
-       /// </summary>
-       public enum FormsProtectionEnum{
+       public enum FormsProtectionEnum {
                All, 
                None, 
                Encryption, 
                Validation
        }
+}
 
-} //namespace System.Web.Configuration