AIMS_BD_IATI.WebAPI.Models.Authentication.CustomMembershipProvider.ChangePassword C# (CSharp) Method

ChangePassword() public method

public ChangePassword ( string username, string oldPassword, string newPassword ) : bool
username string
oldPassword string
newPassword string
return bool
        public override bool ChangePassword(string username, string oldPassword, string newPassword)
        {
            throw new NotImplementedException();
        }