Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.47 KB

httpclient-addcertificate-string-string-method.md

File metadata and controls

52 lines (39 loc) · 1.47 KB
title description ms.author ms.date ms.topic author ms.reviewer
HttpClient.AddCertificate(Text [, Text]) Method
Adds a certificate to the HttpClient class.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

HttpClient.AddCertificate(Text [, Text]) Method

Version: Available or changed with runtime version 1.0.

Adds a certificate to the HttpClient class.

Syntax

 HttpClient.AddCertificate(Certificate: Text [, Password: Text])

Parameters

HttpClient
 Type: HttpClient
An instance of the HttpClient data type.

Certificate
 Type: Text
The Base64 encoded certificate.

[Optional] Password
 Type: Text
The certificate password.

Example

[!INCLUDEhttpclient_cert_example]

Remarks

[!INCLUDEhttpclient_cert_remarks]

[!INCLUDEhttpclient_cert_note]

See Also

HttpClient Data Type
Get Started with AL
Developing Extensions