Bearbeiten

FormsAuthenticationEventArgs(HttpContext) Constructor

Definition

Initializes a new instance of the FormsAuthenticationEventArgs class.

public:
 FormsAuthenticationEventArgs(System::Web::HttpContext ^ context);
public FormsAuthenticationEventArgs (System.Web.HttpContext context);
new System.Web.Security.FormsAuthenticationEventArgs : System.Web.HttpContext -> System.Web.Security.FormsAuthenticationEventArgs
Public Sub New (context As HttpContext)

Parameters

context
HttpContext

The context for the event.

Remarks

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.

Applies to

See also