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

G. andrew Duthie; matthew Macdonald

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

PassportAuthenticationEventHandlerserializable

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

This delegate represents the event handler that can be used to handle the PassportAuthenticationModule.Authenticate event. This event handler must be coded in the global.asax file, using the event handler name PassportAuthentication_OnAuthenticate.

public delegate void 

PassportAuthenticationEventHandler (object

sender , PassportAuthenticationEventArgs

e );

Associated Events

PassportAuthenticationModule.Authenticate( )