FormsAuthenticationEventArgs Constructor (HttpContext)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Initializes a new instance of the FormsAuthenticationEventArgs class.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
-
Type:
System.Web.HttpContext
The context for the event.
The FormsAuthenticationModule constructs a FormsAuthenticationEventArgs object using the supplied context as the value for the Context property. It then passes the FormsAuthenticationEventArgs object to the FormsAuthentication_OnAuthenticate event.
.NET Framework
Available since 1.1
Available since 1.1
Show: