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