1 instantiation of WindowsAuthenticationEventArgs
System.Web (1)
Security\WindowsAuthenticationModule.cs (1)
167OnAuthenticate( new WindowsAuthenticationEventArgs(identity, context) );
2 references to WindowsAuthenticationEventArgs
System.Web (2)
Security\WindowsAuthenticationEventHandler.cs (1)
20public delegate void WindowsAuthenticationEventHandler(Object sender, WindowsAuthenticationEventArgs e);
Security\WindowsAuthenticationModule.cs (1)
87void OnAuthenticate(WindowsAuthenticationEventArgs e) {