What are the different authentication modes in the .NET
environment?
Answer Posted / santosh
Basically there are 3 types of authentication mode in
asp.net. These are as follows
1)Windows authentication
2)Forms authentication
3)Passport authentication
Windows authentication again contains 3 modes
a) Windows integrated authentication
b) basic authentication
c) Digest authentication
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the sub types of ActionResult?
What is Peek method in Tempdata in ASP.Net MVC?
Possible ways to prevent xss attacks on mvc application?
What is rxjava used for?
What are the Core features of ASP.NET MVC?
What are the new enhancements done in default project template of asp.net mvc 4?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
What is page life cycle?
Do you know about the new features in ASP.Net MVC 4 ?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is entitycontainer? : Entity framework
What is stateless model?
what do you mean by navigation property?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?