SecurityInnovation.TeamMentor.WebClient.WebServices.TM_Xml_Database_JavaScriptProxy.SetUserPasswordHash C# (CSharp) Méthode

SetUserPasswordHash() public méthode

public SetUserPasswordHash ( int userId, string passwordHash ) : bool
userId int
passwordHash string
Résultat bool
        public bool SetUserPasswordHash(int userId,  string passwordHash)
        {
            return tmXmlDatabase.setUserPassword(userId, passwordHash);
        }