nerdexam
Microsoft

70-481 · Question #1

You need to configure the CredentialPicker object to meet the requirements. Which code segment should you insert at line GC04?

The correct answer is C. options.CredentialSaveOption.selected. See the full explanation below for the reasoning.

Question

You need to configure the CredentialPicker object to meet the requirements. Which code segment should you insert at line GC04?

Options

  • Aoptions.callerSavesCredential = false;
  • Boptions.CredentialSaveOption.unselected;
  • Coptions.CredentialSaveOption.selected;
  • Doptions.callerSavesCredential = true;
  • Eoptions.CredentialSaveOption.hidden;

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    80% (24)
  • D
    13% (4)

Community Discussion

No community discussion yet for this question.

Full 70-481 Practice