WSFederationAuthenticationModule.SignedIn Event

Definition

Occurs after the user is signed in.

C#
public event EventHandler SignedIn;

Event Type

Examples

C#
void WSFederationAuthenticationModule_SignedIn(object sender, EventArgs e)
{
    //Anything that's needed right after succesful session and before hitting the application code goes here
    System.Diagnostics.Trace.WriteLine("Handling SignIn event");
}

Remarks

If the request is posted to the login page, a control on the page will raise this event, not this module.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1