6 references to UserValidated
System.Web.Extensions (6)
ClientServices\Providers\ClientFormsAuthenticationMembershipProvider.cs (6)
175
if (
UserValidated
!= null)
176
UserValidated
(this, new UserValidatedEventArgs(Thread.CurrentPrincipal.Identity.Name));
183
if (
UserValidated
!= null)
184
UserValidated
(this, new UserValidatedEventArgs(Thread.CurrentPrincipal.Identity.Name));
232
if (
UserValidated
!= null)
233
UserValidated
(this, new UserValidatedEventArgs(""));