X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Configuration%2FFormsProtectionEnum.cs;h=2b14f121bef0d7a8e7892371b70cf996585b7928;hb=fefd6f1d0578964f8ec15e061c5b2db1f9ef4fbc;hp=ddb73bf76656602949f6c9464449d850cde73048;hpb=0abc2e6270020edc4a5b4c66f93b4ae582815f20;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Configuration/FormsProtectionEnum.cs b/mcs/class/System.Web/System.Web.Configuration/FormsProtectionEnum.cs old mode 100755 new mode 100644 index ddb73bf7665..2b14f121bef --- a/mcs/class/System.Web/System.Web.Configuration/FormsProtectionEnum.cs +++ b/mcs/class/System.Web/System.Web.Configuration/FormsProtectionEnum.cs @@ -1,4 +1,10 @@ - +// +// System.Web.Configuration.FormsProtectionEnum.cs +// +// Author: +// Gonzalo Paniagua Javier +// +// 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 @@ -19,22 +25,13 @@ // 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 { - - /// - /// Defines the method used for securing web forms. - /// - public enum FormsProtectionEnum{ + public enum FormsProtectionEnum { All, None, Encryption, Validation } +} -} //namespace System.Web.Configuration