ClientFormsAuthenticationMembershipProvider.ChangePasswordQuestionAndAnswer Method

Definition

This method is not used by this class.

public:
 override bool ChangePasswordQuestionAndAnswer(System::String ^ username, System::String ^ password, System::String ^ newPasswordQuestion, System::String ^ newPasswordAnswer);
public override bool ChangePasswordQuestionAndAnswer (string username, string password, string newPasswordQuestion, string newPasswordAnswer);
override this.ChangePasswordQuestionAndAnswer : string * string * string * string -> bool
Public Overrides Function ChangePasswordQuestionAndAnswer (username As String, password As String, newPasswordQuestion As String, newPasswordAnswer As String) As Boolean

Parameters

username
String

Not used.

password
String

Not used.

newPasswordQuestion
String

Not used.

newPasswordAnswer
String

Not used.

Returns

Not applicable. This method always throws an exception.

Exceptions

Always thrown.

Remarks

You cannot create, delete, or modify user information by using the ClientFormsAuthenticationMembershipProvider class.

Applies to

See also