How should you build the class constructor?

HOTSPOT
You are developing an ASP.NET MVC application that authenticates a user by using claims-based
authentication. The application must:
Use Windows Identity Foundation 4.5.
Support the Windows Azure Access Control Service.
You need to implement authentication. How should you build the class constructor? (To answer, select the
appropriate option from the drop-down list in the answer area.)

HOTSPOT
You are developing an ASP.NET MVC application that authenticates a user by using claims-based
authentication. The application must:
Use Windows Identity Foundation 4.5.
Support the Windows Azure Access Control Service.
You need to implement authentication. How should you build the class constructor? (To answer, select the
appropriate option from the drop-down list in the answer area.)

A.
IclaimIdentity,ClaimType,ClaimTypes,ClaimType

B.
ClaimType,ClaimType,ClaimTypes,IclaimIdentity

C.
IclaimIdentity,ClaimTypes,ClaimTypes,IclaimIdentity

D.
ClaimName,ClaimName,IclaimIdentity,IclaimIdentity

Explanation:



Leave a Reply 4

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


Rucha

Rucha

Q39 is the same with differ answer for last value which is correct.

Emiel

Emiel

Q39 is incorrect, there is no IClaimsIdentity property on the claim.
Q49 is correct.

Piter

Piter

This question is the same as 30, but answers are different!