ClientFormsAuthenticationMembershipProvider.ChangePasswordQuestionAndAnswer(String, String, String, String) Método

Definição

Este método não é usado por esta classe.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

Parâmetros

username
String

Não usado.Not used.

password
String

Não usado.Not used.

newPasswordQuestion
String

Não usado.Not used.

newPasswordAnswer
String

Não usado.Not used.

Retornos

Boolean

Não aplicável.Not applicable. Este membro sempre gera uma exceção.This method always throws an exception.

Exceções

Sempre lançada.Always thrown.

Comentários

Você não pode criar, excluir ou modificar informações do usuário usando a ClientFormsAuthenticationMembershipProvider classe.You cannot create, delete, or modify user information by using the ClientFormsAuthenticationMembershipProvider class.

Aplica-se a