public string WindowsLogin() { return(SecurityLogic.AuthenticateUser(ServiceSecurityContext.Current.WindowsIdentity)); }
public string Login(string username, string password) { return(SecurityLogic.AuthenticateUser(username, password)); }