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 EndRequest event.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Protected Overrides Sub OnEndRequest ( _
sender As Object, _
eventArgs As EventArgs _
)
'Usage
Dim sender As Object
Dim eventArgs As EventArgs
Me.OnEndRequest(sender, eventArgs)
protected override void OnEndRequest(
Object sender,
EventArgs eventArgs
)
Parameters
sender
Type: System.ObjectThe source of the event.
- eventArgs
Type: System.EventArgs
Remarks
This method ignores the value of the PassiveRedirectEnabled() property.
See also
Reference
SPFederationAuthenticationModule class