Share via


SPFederationAuthenticationModule.OnSignedIn method

Handles the SignedIn() event.

Namespace:  Microsoft.SharePoint.IdentityModel
Assembly:  Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)

Syntax

'Declaration
Protected Overrides Sub OnSignedIn ( _
    eventArgs As EventArgs _
)
'Usage
Dim eventArgs As EventArgs

Me.OnSignedIn(eventArgs)
protected override void OnSignedIn(
    EventArgs eventArgs
)

Parameters

Remarks

This override redirects the client to the originally requested page after it handles the SignedIn() event.

See also

Reference

SPFederationAuthenticationModule class

SPFederationAuthenticationModule members

Microsoft.SharePoint.IdentityModel namespace