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 類別來建立、刪除或修改使用者資訊。