Which code segments should you include in Target 1 and Target 2 to complete the code?

DRAG DROP
You are developing an ASP.NET Web API for a home inventory management system You need to limit access to users with IP addresses based only in the United States. You have the following code:

Which code segments should you include in Target 1 and Target 2 to complete the code? (To answer, drag the appropriate code segments to the correct targets in the answer area. Each code segment may be used once, more than once, or nor at all. You may need to drag the split bar between panes or scroll to view content.)
Select and Place:

microsoft-exams

4 thoughts on “Which code segments should you include in Target 1 and Target 2 to complete the code?

    1. Wrong. The AuthorizationFilterAttribute is a correct anwer. It has OnAuthorize method, while AuthorizeAttribute has Users and roles.

      1. Sorry, OnAuthorize has both classes, but
        AuthorizationFilterAttribute – doens’t require authorization based on roles (we need IP) while
        AuthorizeAttribute – authorization based on roles only

        AuthorizationFilterAttribute is correct

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.