Integrated Security property of connection object. - ADO.NET

Q.  Choose the correct option about the Integrated Security property of connection object.
- Published on 24 Jul 15

a. If Integrated Security=false then User ID, and Password must be specified in the connection string.
b. If Integrated Security=true then current Windows account credentials are used for authentication.
c. Both A and B option are correct.
d. None of the above.

ANSWER: Both A and B option are correct.
 

    Discussion

  • Raj   -Posted on 20 Oct 15
    Integrated Security is one of the important attribute in connection string. According to the need you can provide true or false to this attribute. If Integrated Security= true then current Windows account credentials are used for authentication. If you provide Integrated Security=false then User ID, and Password must be specified in the connection string.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)