Merge pull request #2716 from BrzVlad/fix-tramp-jinfo
[mono.git] / mcs / class / System.Web / System.Web.Security / FormsIdentity.cs
index c38331e8e2f9a3f7b1ab5c48ea867a4f1f721397..f40793ef1f4021722fe9baf67ff05d611b38b99d 100644 (file)
@@ -36,7 +36,8 @@ namespace System.Web.Security
        [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        // attributes
        [Serializable]
-       public sealed class FormsIdentity : IIdentity
+       public
+       class FormsIdentity : IIdentity
        {
                FormsAuthenticationTicket ticket;