nerdexam
Microsoft

MB-820 · Question #114

You plan to call a web service by using the data type HttpClient from a Business Central AL extension. You must provide the following implementation for the web service call: - The web service must au

Sign in or unlock MB-820 to reveal the answer and full explanation for question #114. The question stem and answer options stay visible for context.

Integrate Business Central with other applications

Question

You plan to call a web service by using the data type HttpClient from a Business Central AL extension. You must provide the following implementation for the web service call:

  • The web service must authenticate the client with a certificate.
  • The certificate must include a password.
  • The password must be hidden when you debug the code

You need to include the certificate in the web service call. Which instruction should you use?

Options

  • AHttpClient.AddCertificate(Certificate: Text, Password: Text);
  • BHttpClient.AddCertificate(Certificate: SecretText, Password: SecretText);
  • CHttpClient.AddCertificate(Certificate: Blob, Password: SecretText);
  • DHttpClient.AddCertificate(Password: SecretText);

Unlock MB-820 to see the answer

You've previewed enough free MB-820 questions. Unlock MB-820 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#HttpClient#web services#certificate authentication#SecretText
Full MB-820 Practice