Plug SplitOrderedList inside TemplateControl.
[mono.git] / mcs / class / System.Web / System.Web / HttpPostedFile.cs
index 7765b2bc2722e6d62927b7e6a18fb3f3419893d4..9764b5324d07a412c8ac6d9820bd1d75d711f497 100644 (file)
 //
 
 using System.IO;
+using System.Security.Permissions;
 
 namespace System.Web
 {
+       // CAS - no InheritanceDemand here as the class is sealed
+       [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        public sealed class HttpPostedFile {
                string name;
                string content_type;