ClientFormsAuthenticationMembershipProvider.ChangePasswordQuestionAndAnswer Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.
Commenti
Non è possibile creare, eliminare o modificare le informazioni utente usando la ClientFormsAuthenticationMembershipProvider classe .