ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 224
نمايش فراداده

FormsAuthenticationEventHandlerserializable

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

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.

public delegate void 

FormsAuthenticationEventHandler (object

sender , FormsAuthenticationEventArgs

e );

Associated Events

FormsAuthenticationModule.Authenticate( )