Hi,
ASP.NET, in conjunction with Microsoft Internet Information Services
(IIS), can authenticate user credentials such as names and passwords
using any of the following authentication methods:
- Windows: Basic, digest, or Integrated Windows Authentication (NTLM or Kerberos).
- Microsoft Passport authentication
- Forms authentication
- Client Certificate authentication
For more information please refre to the below link.
http://msdn.microsoft.com/en-us/library/330a99hc%28v=vs.71%29.aspx
Hope it helps you.