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