Exam MB-820 Topic 3 Question 112 Discussion
Actual exam question for Microsoft's MB-820 exam
Question #: 112
Topic #: 3
Question #: 112
Topic #: 3
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?
* 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?
Suggested Answer: B Vote an answer
ou plan to call a web service using HttpClient from a Business Central AL extension. The web service must authenticate using a certificate that includes a password, and the password must be hidden during debugging.
Options
The question asks for the correct implementation where the certificate and password are provided and where the password is hidden when debugging.
SecretText is a special data type in Business Central that hides sensitive data (like passwords) during debugging.
Options
The question asks for the correct implementation where the certificate and password are provided and where the password is hidden when debugging.
SecretText is a special data type in Business Central that hides sensitive data (like passwords) during debugging.
by Yetta at May 18, 2025, 02:39 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).