Name

WindowsAuthenticationEventHandler

Synopsis

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

Public Delegate Sub WindowsAuthenticationEventHandler(
        ByVal sender As Object, 
        ByVal e As WindowsAuthenticationEventArgs) 

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.