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 ( _
args As EventArgs _
)
'Usage
Dim args As EventArgs
Me.OnSignedIn(args)
protected override void OnSignedIn(
EventArgs args
)
Parameters
args
Type: System.EventArgsThe data for the event.
Remarks
This override redirects the client to the originally requested page after it handles the SignedIn() event.
See Also
Reference
SPFederationAuthenticationModule Class