共用方式為


ClientFormsAuthenticationMembershipProvider.ResetPassword 方法

定義

這個類別不會使用這個方法。

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

參數

username
String

未使用。

answer
String

未使用。

傳回

不適用。 這個方法一定會擲回例外狀況。

例外狀況

一律擲回。

備註

您無法使用 ClientFormsAuthenticationMembershipProvider 類別來建立、刪除或修改使用者資訊。

適用於

另請參閱