nerdexam
Microsoft

70-484 · Question #158

In the next release of your Windows Store app, you will include user authentication after users register for premium access. You will provide the option to your users to save their credentials and to

The correct answer is C. Use the CredentialPicker class with the CredentialSaveOption property set to Selected. D. Use the PasswordVault class to store user credentials if the user opted to have them saved. E. Use the Settings charm to provide an option to the user to log out from the app.. See the full explanation below for the reasoning.

Question

In the next release of your Windows Store app, you will include user authentication after users register for premium access. You will provide the option to your users to save their credentials and to log out from the app. A fully featured desktop version of the app is already available and it uses a simple dialog box for obtaining the credentials. How should you implement the authentication dialog box for your Windows Store app? (Choose all that apply.)

Options

  • ACreate a custom control that embeds a dialog box in which users enter their credentials.
  • BUse the Settings charm to log on users with simple text fields to obtain their credentials.
  • CUse the CredentialPicker class with the CredentialSaveOption property set to Selected.
  • DUse the PasswordVault class to store user credentials if the user opted to have them saved.
  • EUse the Settings charm to provide an option to the user to log out from the app.

How the community answered

(59 responses)
  • A
    8% (5)
  • B
    15% (9)
  • C
    76% (45)

Community Discussion

No community discussion yet for this question.

Full 70-484 Practice