How to implement automatic authentication for client application?

Posted by Kugel on Stack Overflow See other posts from Stack Overflow or by Kugel
Published on 2010-06-02T11:39:43Z Indexed on 2010/06/02 11:44 UTC
Read the original article Hit count: 283

Filed under:
|
|

Hello,

I need to implement an authentication in my client application against my server application. I don't want users to enter any kind of credentials and I don't want to hard-code any password.

The purpose is to prevent other people/application to steal data from the server.

What is the best way to achieve this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about authentication