c# SQL secure authentication between client and SQL server when not using integrated security

Answered c# SQL secure authentication between client and SQL server when not using integrated security

  • Monday, March 18, 2013 12:06 AM
     
     

    Thanks in Advance,

    I need to find the relivant documenation that describes the nature of the connection between a client and server for a SQL connection when SQL authentication is used. I'm not asking how to protect the password at the client end, but what happens when connection occurs. Will the SqlConnection class containing the userID and password in the connection string send this over the network in plain text?

All Replies