WindowsAuthenticationEventHandler

WindowsAuthenticationEventHandlerserializable

System.Web.Security (system.web.dll)delegate

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.

public delegate void WindowsAuthenticationEventHandler(object sender, WindowsAuthenticationEventArgs e);

Associated Events

WindowsAuthenticationModule.Authenticate( )



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace