Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- eventArgs
Type: System.EventArgs
Remarks
This override redirects the client to the originally requested page after it handles the SignedIn() event.
See also
Reference
SPFederationAuthenticationModule class