Condividi tramite


ClientWindowsAuthenticationMembershipProvider.ChangePasswordQuestionAndAnswer Metodo

Definizione

Questo metodo non viene utilizzato da questa classe.

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

Parametri

username
String

Non usato.

password
String

Non usato.

newPasswordQuestion
String

Non usato.

newPasswordAnswer
String

Non usato.

Restituisce

Non applicabile. Questo metodo genera sempre un'eccezione.

Eccezioni

Sempre generato.

Si applica a

Vedi anche