Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are various authentication mechanisms in ASP.NET ?

Answer Posted / mohini nalawade

Authentication
Authentication refers to the method used by the server to
verify the clients’ identity. This feature provides methods
to authenticate clients via a set of standardized and
reusable methods that require little or no modification.
The methods available to developers are:
None – This method does nothing.
Windows Authentication – Attempts to verify users by
validating supplied credentials using authentication
methods used by the Windows operating system. This includes
NTLM (NT LanMan) and Kerberos (for systems running versions
more current than Windows NT 4.0). Windows authentication
is used by default if no method is explicitly selected.
IIS Authentication – Uses authentication methods provided
by the IIS Web server.
Passport Authentication – Verifies users through the use of
the Microsoft Passport authentication server.
Forms Authentication – Allows for application developers to
provide a form for authenticating users in a standardized
way. User accounts can be made specific to the application
and stored in the web.config file.

Is This Answer Correct ?    12 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to you can limit Access to Web API to Specific HTTP Verb?

1253


Which object encapsulates state or data of a user?

1108


What is manifest in .net framework?

1069


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

2693


What is the postback property in asp.net?

1037


What is the difference between equals() and == in c#?

1063


What are the differences between code behind and code inline?

1180


What is postback request?

1032


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

1171


Describe state management in asp.net?

1106


Explain what are delegates?

1162


What are different methods of session maintenance in asp.net?

1118


Why web api is better than wcf?

1149


What is an asp.net web form?

1157


What are the different session state management options available in asp.net?

1042