You are developing an ASP.NET MVC application.
You need to authenticate clients by using NT LAN Manager (NTLM).
Which authentication method should you implement?
A.
Basic
B.
Windows
C.
Forms
D.
Kerberos
Explanation:
http://msdn.microsoft.com/en-us/library/aa292114(v=vs.71).aspx
The answer is correct:
Thought Kerberos is a way better option, NTLM is still supported by Windows systems.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa378749(v=vs.85)
source: https://equizzing.com/microsoft/which-authentication-method-should-you-implement-7/