You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
In Certificates you can upload a certificate now (with password if needed).
You can use codeunit 1259 Certificate Management to get the certificate.
Use the function VerifyCert and than use the global DotNet_X509Certificate2.
When you have the certificate you can do the following
Ok, i get that part, but that's using DotNet DataType and DotNet is only available on-premise.
I was wondering if there is any way of using only External functions, and building extension?
I would need it for local functionality, i need to send invoices to TA.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How to get private key from certificate?
For example use to SignXmlText function?
I run through all codeunits and i see no way.
I wanted to make extension that has to sign an xml and send it.
So i would appreciate some help.
The text was updated successfully, but these errors were encountered: