PrepAway - Latest Free Exam Questions & Answers

Which authentication method should you implement?

You are developing an ASP.NET MVC application. You need to authenticate clients by using an ASP.NET
membership database. Which authentication method should you implement?

PrepAway - Latest Free Exam Questions & Answers

A.
Kerberos

B.
Forms

C.
Basic

D.
Windows

4 Comments on “Which authentication method should you implement?

  1. Piter says:

    Okey, I found:

    Forms (Cookie)
    The Forms authentication provider is an authentication scheme that makes it possible for the application to collect credentials using an HTML form directly from the client. The client submits credentials directly to your application code for authentication. If your application authenticates the client, it issues a cookie to the client that the client presents on subsequent requests. If a request for a protected resource does not contain the cookie, the application redirects the client to the logon page. When authenticating credentials, the application can store credentials in a number of ways, such as a configuration file or a SQL Server database. For more information, see Forms Authentication Provider.




    0



    0

Leave a Reply