SecurityInnovation.TeamMentor.WebClient.WebServices.TM_Xml_Database_JavaScriptProxy.Login_PwdInClearText C# (CSharp) 메소드

Login_PwdInClearText() 공개 메소드

public Login_PwdInClearText ( string username, string passwordHash ) : System.Guid
username string
passwordHash string
리턴 System.Guid
        public Guid Login_PwdInClearText(string username, string passwordHash)
        {
            return tmXmlDatabase.login_PwdInClearText(username, passwordHash);
        }