List of questions
Related questions
Question 84 - MB-820 discussion
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?
A.
Httpclient.Addertifieate(certificate: Text, Password: Text);
B.
HttpClient.AddCertificate{Certifkate: SecretText, Password: SecretText);
C.
Httpclient.Addeertifieate(Certifieate: Blob, Password: secretText);
D.
HttpClient.AddCertificate{Password: SecreTiext);
Your answer:
0 comments
Sorted by
Leave a comment first