ClientFormsAuthenticationMembershipProvider.ChangePasswordQuestionAndAnswer 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类未使用此方法。
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
参数
- username
- String
未使用。
- password
- String
未使用。
- newPasswordQuestion
- String
未使用。
- newPasswordAnswer
- String
未使用。
返回
不适用。 此方法总是引发异常。
例外
始终引发。
注解
不能使用 ClientFormsAuthenticationMembershipProvider 类创建、删除或修改用户信息。