Npgsql Api Docs

NpgsqlMembershipProvider.ChangePassword Method 

[Visual Basic]
Overrides Public Function ChangePassword( _
   ByVal username As String, _
   ByVal oldPwd As String, _
   ByVal newPwd As String _
) As Boolean
[C#]
public override bool ChangePassword(
   string username,
   string oldPwd,
   string newPwd
);

See Also

NpgsqlMembershipProvider Class | Npgsql.Web Namespace