Open abdojr11 opened 2 years ago
How i can signature json from usb token to send e-invoice
@AhmedHassan0101515
the idea is to let the code access the certificate found on the usb token from windows certificates list.
refer to this function for more details
public string SignWithCMS(String serializedJson)
I have certificate with public and private key. Where to pass these values in your code?