1 instantiation of FormsAuthenticationEventArgs
System.Web (1)
Security\FormsAuthenticationModule.cs (1)
203OnAuthenticate( new FormsAuthenticationEventArgs(context) );
2 references to FormsAuthenticationEventArgs
System.Web (2)
Security\FormsAuthenticationEventHandler.cs (1)
20public delegate void FormsAuthenticationEventHandler(Object sender, FormsAuthenticationEventArgs e);
Security\FormsAuthenticationModule.cs (1)
89private void OnAuthenticate(FormsAuthenticationEventArgs e) {