Share via


FormsSignInPage.AuthenticateEventHandler method

The authentication request event on the claims-forms login page. Someone hit the login button on the control and got past the other events.

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

Syntax

'Declaration
Protected Sub AuthenticateEventHandler ( _
    sender As Object, _
    formAuthenticateEventArgs As AuthenticateEventArgs _
)
'Usage
Dim sender As Object
Dim formAuthenticateEventArgs As AuthenticateEventArgs

Me.AuthenticateEventHandler(sender, _
    formAuthenticateEventArgs)
protected void AuthenticateEventHandler(
    Object sender,
    AuthenticateEventArgs formAuthenticateEventArgs
)

Parameters

Remarks

This makes a call to the Security Token Service over WCF. If anything goes wrong we set the sender's error text property.

See also

Reference

FormsSignInPage class

FormsSignInPage members

Microsoft.SharePoint.IdentityModel.Pages namespace