DefaultAuthenticationEventHandler

DefaultAuthenticationEventHandlerserializable

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

This delegate represents an event handler for the DefaultAuthenticationModule.Authenticate event. It provides a custom DefaultAuthenticationEventArgs object with a reference to the current System.Web.HttpContext. This event handler must be coded in the global.asax, using the event name DefaultAuthentication_OnAuthenticate (and it does not need to be connected with a Handles keyword or the AddHandler( ) command).

public delegate void DefaultAuthenticationEventHandler(object sender, DefaultAuthenticationEventArgs e);

Associated Events

DefaultAuthenticationModule.Authenticate( )



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net