4 overrides of ChangePasswordQuestionAndAnswer
System.Web (2)
Security\ADMembershipProvider.cs (1)
1011
public override bool
ChangePasswordQuestionAndAnswer
(string username,
Security\SQLMembershipProvider.cs (1)
433
public override bool
ChangePasswordQuestionAndAnswer
(string username, string password, string newPasswordQuestion, string newPasswordAnswer)
System.Web.Extensions (2)
ClientServices\Providers\ClientFormsAuthenticationMembershipProvider.cs (1)
688
public override bool
ChangePasswordQuestionAndAnswer
(string username, string password, string newPasswordQuestion, string newPasswordAnswer)
ClientServices\Providers\ClientWindowsAuthenticationMembershipProvider.cs (1)
62
public override bool
ChangePasswordQuestionAndAnswer
(string username, string password, string newPasswordQuestion, string newPasswordAnswer)
1 reference to ChangePasswordQuestionAndAnswer
System.Web.ApplicationServices (1)
Security\MembershipUser.cs (1)
262
if (!SystemWebProxy.Membership.Providers[ProviderName].
ChangePasswordQuestionAndAnswer
(UserName, password, newPasswordQuestion, newPasswordAnswer))