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