bassemAgmi / EInvoicingSigner

A command prompt application used to serialize and sign tax payers documents before sending the documents to Egyptian Tax Authority.
71 stars 57 forks source link

Public and Private Key #5

Open abdojr11 opened 2 years ago

abdojr11 commented 2 years ago

I have certificate with public and private key. Where to pass these values in your code?

AhmedHassan0101515 commented 2 years ago

How i can signature json from usb token to send e-invoice

socertis commented 2 years ago

@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)