1 instantiation of DefaultAuthenticationEventArgs
System.Web (1)
Security\BackStopAuthenticationModule.cs (1)
118
OnAuthenticate (new
DefaultAuthenticationEventArgs
(context) );
2 references to DefaultAuthenticationEventArgs
System.Web (2)
Security\BackStopAuthenticationModule.cs (1)
84
void OnAuthenticate(
DefaultAuthenticationEventArgs
e) {
Security\GenericAuthenticationEventHandler.cs (1)
20
public delegate void DefaultAuthenticationEventHandler(Object sender,
DefaultAuthenticationEventArgs
e);