Authenticate username and password

Posted by Alice Lee on Stack Overflow See other posts from Stack Overflow or by Alice Lee
Published on 2010-05-19T03:04:45Z Indexed on 2010/05/19 3:10 UTC
Read the original article Hit count: 344

Filed under:
|

I have a MMC client that runs on a .Net system, that invokes web methods on a server running on a linux box.

The first task the client needs to do is to perform user login. It prompts the user for username and password.

What is the best way for the client to authenticate the user's credentials. The password cannot be sent as plain text. The web server implements a web method called ValidateUser().

© Stack Overflow or respective owner

Related posts about authenticate

Related posts about .NET