ClientFormsAuthenticationMembershipProvider.ChangePasswordQuestionAndAnswer Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette méthode n'est pas utilisée par cette 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
Paramètres
- username
- String
Non utilisé.
- password
- String
Non utilisé.
- newPasswordQuestion
- String
Non utilisé.
- newPasswordAnswer
- String
Non utilisé.
Retours
Non applicable. Cette méthode lève toujours une exception.
Exceptions
Toujours levée.
Remarques
Vous ne pouvez pas créer, supprimer ou modifier les informations utilisateur à l’aide de la ClientFormsAuthenticationMembershipProvider classe .