MySqlSimpleMembershipProvider.ChangePasswordQuestionAndAnswer Method

MySQL Connector/Net

MySqlSimpleMembershipProviderChangePasswordQuestionAndAnswer Method

Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public override bool ChangePasswordQuestionAndAnswer(
	string username,
	string password,
	string newPasswordQuestion,
	string newPasswordAnswer
)
Public Overrides Function ChangePasswordQuestionAndAnswer ( 
	username As String,
	password As String,
	newPasswordQuestion As String,
	newPasswordAnswer As String
) As Boolean
public:
virtual bool ChangePasswordQuestionAndAnswer(
	String^ username, 
	String^ password, 
	String^ newPasswordQuestion, 
	String^ newPasswordAnswer
) override
abstract ChangePasswordQuestionAndAnswer : 
        username : string * 
        password : string * 
        newPasswordQuestion : string * 
        newPasswordAnswer : string -> bool 
override ChangePasswordQuestionAndAnswer : 
        username : string * 
        password : string * 
        newPasswordQuestion : string * 
        newPasswordAnswer : string -> bool 

Parameters

username
Type: SystemString
password
Type: SystemString
newPasswordQuestion
Type: SystemString
newPasswordAnswer
Type: SystemString

Return Value

Type: Boolean
See Also