FormsAuthenticationEventArgs Constructor (HttpContext)

 

Initializes a new instance of the FormsAuthenticationEventArgs class.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

Public Sub New (
	context As HttpContext
)

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
Return to top
Show: