[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.Security / PassportAuthenticationEventArgs.cs
index e11f4bf36ca522dde487fa8cf75408de08c86d26..292e815803f4ad92ff25a75ed5de3d769078a6e5 100644 (file)
@@ -5,7 +5,7 @@
 //     Gonzalo Paniagua Javier (gonzalo@ximian.com)
 //
 // (C) 2002 Ximian, Inc (http://www.ximian.com)
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2005-2010 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
@@ -34,6 +34,7 @@ namespace System.Web.Security
 {
        // CAS - no InheritanceDemand here as the class is sealed
        [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
+       [Obsolete ("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")]
        public sealed class PassportAuthenticationEventArgs : EventArgs
        {
                PassportIdentity identity;