Npgsql Api Docs

NpgsqlMembershipProvider.ChangePasswordQuestionAndAnswer Method 

[Visual Basic]
Overrides Public Function ChangePasswordQuestionAndAnswer( _
   ByVal username As String, _
   ByVal password As String, _
   ByVal newPwdQuestion As String, _
   ByVal newPwdAnswer As String _
) As Boolean
[C#]
public override bool ChangePasswordQuestionAndAnswer(
   string username,
   string password,
   string newPwdQuestion,
   string newPwdAnswer
);

See Also

NpgsqlMembershipProvider Class | Npgsql.Web Namespace