Discussions
Activity
Best Of...
Sign In
·
Register
Home
›
NAV Three Tier
Howdy, Stranger!
It looks like you're new here. Sign in or register to get started.
Sign In
Register
Quick Links
Categories
Recent Discussions
Activity
Best Of...
Unanswered
Categories
71.4K
All Categories
73
General
73
Announcements
65.7K
Microsoft Dynamics NAV
17.9K
NAV Three Tier
38.3K
NAV/Navision Classic Client
3.6K
Navision Attain
2.4K
Navision Financials
112
Navision DOS
853
Navision e-Commerce
960
NAV Tips & Tricks
769
NAV Dutch speaking only
612
NAV Courses, Exams & Certification
1.9K
Microsoft Dynamics-Other
1.5K
Dynamics AX
227
Dynamics CRM
107
Dynamics GP
10
Dynamics SL
1.5K
Other
987
SQL General
382
SQL Performance
31
SQL Tips & Tricks
30
Design Patterns (General & Best Practices)
Architectural Patterns
9
Design Patterns
3
Implementation Patterns
53
3rd Party Products, Services & Events
1.6K
General
1.1K
General Chat
1.6K
Website
79
Testing
1.2K
Download section
23
How Tos section
257
Feedback
12
NAV TechDays 2013 Sessions
13
NAV TechDays 2012 Sessions
I want to send pfx certificate for handshake with other details to Bank API for payment
paragpjain
Member
Posts:
1
2021-10-27
edited 2021-10-27
in
NAV Three Tier
I want to send pfx certificate for handshake with other details to Bank API for payment I am using XMLHTTPConn ClientCertificates but not getting proper syntax to add in HTTP request header
0
Answers
JJMc
Member
Posts:
48
2021-10-28
You need to convert your certificate into base64 and then:
HttpClient.AddCertificate(CertPfxTxtB64, Password);
0
Sign In
or
Register
to comment.
Answers
HttpClient.AddCertificate(CertPfxTxtB64, Password);