You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The
application connects to a Microsoft SQL Server 2008 database. The application uses a Microsoft
ADO.NET SQL Server managed provider.
“Data Source=myServerAddress; Initial Catalog=myDataBase; User Id=myUsername;
Password=secret;”
You need to ensure that the database credentials are secure. Which the correct Propertie to insert?
A.
Integrated Security=SSPI;
B.
Persist Security Info=true;
C.
Persist Security Info=false;
D.
Integrated Security=false;