MySQLMembershipProvider.ChangePasswordQuestionAndAnswer Method

MySQL Connector/Net

MySQLMembershipProviderChangePasswordQuestionAndAnswer 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 newPwdQuestion,
	string newPwdAnswer
)
Public Overrides Function ChangePasswordQuestionAndAnswer ( 
	username As String,
	password As String,
	newPwdQuestion As String,
	newPwdAnswer As String
) As Boolean
public:
virtual bool ChangePasswordQuestionAndAnswer(
	String^ username, 
	String^ password, 
	String^ newPwdQuestion, 
	String^ newPwdAnswer
) override
abstract ChangePasswordQuestionAndAnswer : 
        username : string * 
        password : string * 
        newPwdQuestion : string * 
        newPwdAnswer : string -> bool 
override ChangePasswordQuestionAndAnswer : 
        username : string * 
        password : string * 
        newPwdQuestion : string * 
        newPwdAnswer : string -> bool 

Parameters

username
Type: SystemString
password
Type: SystemString
newPwdQuestion
Type: SystemString
newPwdAnswer
Type: SystemString

Return Value

Type: Boolean
See Also