This documentation is archived and is not being maintained.
FormsAuthenticationEventArgs Class
.NET Framework 1.1
Provides data for the FormsAuthentication_OnAuthenticate event. This class cannot be inherited.
For a list of all members of this type, see FormsAuthenticationEventArgs Members.
System.Object
System.EventArgs
System.Web.Security.FormsAuthenticationEventArgs
[Visual Basic] NotInheritable Public Class FormsAuthenticationEventArgs Inherits EventArgs [C#] public sealed class FormsAuthenticationEventArgs : EventArgs [C++] public __gc __sealed class FormsAuthenticationEventArgs : public EventArgs [JScript] public class FormsAuthenticationEventArgs extends EventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For more information about handling events, see Consuming Events.
Requirements
Namespace: System.Web.Security
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
FormsAuthenticationEventArgs Members | System.Web.Security Namespace
Show: