共用方式為


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

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