svn path=/branches/mono-1-1-9/mcs/; revision=50439
[mono.git] / mcs / class / System.Web / System.Web.UI / TemplateContainerAttribute.cs
index e51f42b9659f516901ac4b73994839e66d023738..aac8d003efc89b068106056740f92168e14a33c5 100644 (file)
@@ -4,7 +4,8 @@
 // Duncan Mak  (duncan@ximian.com)
 //
 // (C) Ximian, Inc.
-// 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
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System;
 using System.ComponentModel;
-using System.Security.Permissions;
 
 namespace System.Web.UI {
 
-       // CAS - no InheritanceDemand here as the class is sealed
-       [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
-       // attributes
        [AttributeUsage (AttributeTargets.Property)]
        public sealed class TemplateContainerAttribute : Attribute
        {