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
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Explain method to handle error using HttpError in Web API?
What is asp.net web pages?
How many types of file extensions for razor views in ASP.Net MVC?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Describe the .net base class library.
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What are the namespace classes used in asp.net mvc? : asp.net mvc
How would you turn off cookies on one page of your website?
What is the difference between table and query?
How to sign out from forms authentication?
What is the use of autowireup in asp.net?
What is asp.net file?
How you can access the values from the Repeater control in ASP.NET?
What is the difference between union and structure?