FormsAuthenticationEventArgs Constructor (HttpContext^)
.NET Framework (current version)
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: