2008-11-18 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.Security / WindowsAuthenticationEventArgs.cs
index e7114ca9ce0b6cdad435e7320ca6043604007c4d..519ab293bf652ded838d5b134ac7d4ab3cd0c81f 100644 (file)
@@ -32,6 +32,8 @@ using System.Security.Principal;
 
 namespace System.Web.Security
 {
+       // CAS - no InheritanceDemand here as the class is sealed
+       [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        public sealed class WindowsAuthenticationEventArgs : EventArgs
        {
                WindowsIdentity identity;