Sdílet prostřednictvím


ClientFormsAuthenticationMembershipProvider.ResetPassword Metoda

Definice

Tato metoda není používána touto třídou.

public:
 override System::String ^ ResetPassword(System::String ^ username, System::String ^ answer);
public override string ResetPassword (string username, string answer);
override this.ResetPassword : string * string -> string
Public Overrides Function ResetPassword (username As String, answer As String) As String

Parametry

username
String

Nepoužívá se.

answer
String

Nepoužívá se.

Návraty

Neužívá se. Tato metoda vždy vyvolá výjimku.

Výjimky

Vždy vyvolána.

Poznámky

Pomocí třídy nelze vytvářet, odstraňovat ani upravovat informace o ClientFormsAuthenticationMembershipProvider uživateli.

Platí pro

Viz také