ClientWindowsAuthenticationMembershipProvider.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

未使用。

返回

不适用。 此方法总是引发异常。

例外

始终引发。

适用于

另请参阅