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
In ViewState How much lifespan items stored?
What is asp.net version?
Can you set the session out time manually?
Define dll hell?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
How to change Master page in ASP.Net using code?
What is & in a url?
How does ASP.NET framework maps client side events to Server side events.?
What is semantic gap?
Can you explain one critical mapping? Performance issue which one is better?
Which type of state management is provided by Query String in ASP.NET?
What is the use of view state?
what is the difference between response.write() and response.output.write()?
Which method do you use to kill explicitly a users session?
Define xmlreader class.