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