WSFederationAuthenticationModule.OnPostAuthenticateRequest Method

Definition

Handles the PostAuthenticateRequest event from the ASP.NET pipeline.

protected:
 virtual void OnPostAuthenticateRequest(System::Object ^ sender, EventArgs ^ e);
protected virtual void OnPostAuthenticateRequest (object sender, EventArgs e);
abstract member OnPostAuthenticateRequest : obj * EventArgs -> unit
override this.OnPostAuthenticateRequest : obj * EventArgs -> unit
Protected Overridable Sub OnPostAuthenticateRequest (sender As Object, e As EventArgs)

Parameters

sender
Object

The source for the event. This will be an HttpApplication object.

e
EventArgs

The data for the event.

Remarks

By default, this is an empty handler.

Applies to