If Integrated Security=True then it means the program will be using the current user's login to connect to SQL Server.
And If
Integrated Security=False then it means the program/ software needs User ID=*****;Password=*****; in order to connect to SQL Server from the application.