소스 검색

2003-11-13 Andreas Nahr <[email protected]>

	* AspNetHostingPermissionAttribute.cs: Added missing AttributeUsageAttribute

svn path=/trunk/mcs/; revision=19956
Andreas N 22 년 전
부모
커밋
2b5455e7e0
2개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      mcs/class/System/System.Web/AspNetHostingPermissionAttribute.cs
  2. 4 0
      mcs/class/System/System.Web/ChangeLog

+ 1 - 0
mcs/class/System/System.Web/AspNetHostingPermissionAttribute.cs

@@ -12,6 +12,7 @@ using System.Security.Permissions;
 
 namespace System.Web
 {
+	[AttributeUsage (AttributeTargets.All, AllowMultiple = true, Inherited = true)]
 	public sealed class AspNetHostingPermissionAttribute : CodeAccessSecurityAttribute
 	{
 		AspNetHostingPermissionLevel level;

+ 4 - 0
mcs/class/System/System.Web/ChangeLog

@@ -1,3 +1,7 @@
+2003-11-13  Andreas Nahr <[email protected]>
+
+	* AspNetHostingPermissionAttribute.cs: Added missing AttributeUsageAttribute
+
 2003-11-12  Andreas Nahr <[email protected]>
 
 	* ChangeLog: Added