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