Name

FormsAuthenticationEventHandler

Synopsis

This delegate represents the event handler that can be used to handle the FormsAuthenticationModule.Authenticate event. This event handler must be coded in global.asax, using the event name WindowsAuthentication_OnAuthenticate (and it does not need to be connected with a Handles keyword or the AddHandler() command).

Public Delegate Sub FormsAuthenticationEventHandler(
        ByVal sender As Object, 
        ByVal e As FormsAuthenticationEventArgs) 

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.