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

Login_PwdInClearText() public méthode

public Login_PwdInClearText ( string username, string passwordHash ) : System.Guid
username string
passwordHash string
Résultat System.Guid
        public Guid Login_PwdInClearText(string username, string passwordHash)
        {
            return tmXmlDatabase.login_PwdInClearText(username, passwordHash);
        }