June 2002
Intermediate to advanced
816 pages
28h 12m
English
PassportAuthenticationEventHandler
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 (and it does not need
to be connected with a Handles keyword or the AddHandler() command).
Public Delegate Sub PassportAuthenticationEventHandler(
ByVal sender As Object,
ByVal e As PassportAuthenticationEventArgs)
Read now
Unlock full access