ESigner
Açık Kaynak Kodlu E-İmza Yazılımı (Open Source E-Sign Software)
ESigner - 2.1.2.7z
ESigner.exe dört parametre alır. 1: İmzalanacak XML string. XML dosyadan okunacaksa ilk parametreyi boş ( "" ) geçin. 2. parametre kaynak dosya yolu. Eğer iki parametre de gönderilmişse ilki (string xml) dikkate alınır. 3: kart tipi, "SAFESIGN", "AKIS" gibi. 4: PIN kodu.
İmzalama gerçekleşince program imzalanmış veriyi string olarak döndürüp kapanır.
Komut satırı:
cmd /C ""ESigner.exe" "<ereceteBilgisi>...</ereceteBilgisi>" "kaynak xml yolu" "AKIS" "1234""
ESigner.exe gets four parameters. First is the source XML data. If you want to use an XML file as the source then send the first parameter empty "" and send the path of the XML file as the second parameter. ...