TrustedProviderSignInPage.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
e
Type: System.EventArgsThe data for the event.
Remarks
This override authenticates the login user with a trusted provider if there is one, then redirects the user to a website URL. If there is no trusted provider, this override redirects the user to a URL relative to the current website.
See Also
Reference
TrustedProviderSignInPage Class