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
Q39 is the same with differ answer for last value which is correct.
Q39 is incorrect, there is no IClaimsIdentity property on the claim.
Q49 is correct.
This question is the same as 30, but answers are different!
A is Correct
https://garvincasimir.wordpress.com/2012/04/05/tutorial-mvc-application-using-azure-acs-and-forms-authentication-part-1/