I am writing an unencryption program and the business requirement is that two users must login in order for it to work. How can I write program that in C# that attempts to log both users into SQL? The users are SQL Users and I can't figure out how to authenticate SQL Users in C#.I am writing an unencryption program and the bu