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
How is my content secured from unauthorized access?
How do I open an ashx file?
What is an asp.net web form?
What is advantage of code behind coding in ASP.NET?
What is the use of session state and application state and difference between them?
Explain the steps to be followed to use passport authentication.
Explain about asp.net caching?
What is OSI layer? Explain different layers.
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is a ashx file?
List the types of authentication supported by asp.net?
How to find last error which occurred in Asp.net ?
what is meant by sitemapnode ?
Explain about asp.net state management?
How to comment out asp.net tags?