WindowsSignInPage.OnLoad Method

Handles the Load event.

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

Syntax

'Declaration
Protected Overrides Sub OnLoad ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnLoad(e)
protected override void OnLoad(
    EventArgs e
)

Parameters

Remarks

This override lets the user log in as another user if the user selects LoginAsAnotherUser, and checks whether the login user is an authenticated Windows user, if success, it redirects the user to a valid Web site URL.

See Also

Reference

WindowsSignInPage Class

WindowsSignInPage Members

Microsoft.SharePoint.IdentityModel.Pages Namespace