AIMS_BD_IATI.WebAPI.Models.Authentication.CustomMembershipProvider.ResetPassword C# (CSharp) Méthode

ResetPassword() public méthode

public ResetPassword ( string userId, string newPassword ) : string
userId string
newPassword string
Résultat string
        public override string ResetPassword(string userId, string newPassword)
        {
            throw new NotImplementedException();
        }