1 instantiation of AuthenticatingEventArgs
System.Web.Extensions (1)
ApplicationServices\AuthenticationService.cs (1)
155AuthenticatingEventArgs authEventArgs = new AuthenticatingEventArgs(username, password, customCredential);
6 references to AuthenticatingEventArgs
System.Web.Extensions (6)
ApplicationServices\AuthenticationService.cs (6)
35private static EventHandler<AuthenticatingEventArgs> _authenticating; 36public static event EventHandler<AuthenticatingEventArgs> Authenticating { 74private void OnAuthenticating(AuthenticatingEventArgs e) { 75EventHandler<AuthenticatingEventArgs> handler = _authenticating; 155AuthenticatingEventArgs authEventArgs = new AuthenticatingEventArgs(username, password, customCredential); 181private static void MembershipValidate(AuthenticatingEventArgs e) {