FormsAuthenticationEventArgs.FormsAuthenticationEventArgs Constructor
.NET Framework 2.0
Initializes a new instance of the FormsAuthenticationEventArgs class.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: