No description
Find a file
2018-05-26 15:03:54 +03:00
.vs/ESignerServer mastrer 2018-05-26 14:57:22 +03:00
_UpgradeReport_Files mastrer 2018-05-26 14:57:22 +03:00
bin mastrer 2018-05-26 14:57:22 +03:00
certs mastrer 2018-05-26 14:57:22 +03:00
config mastrer 2018-05-26 14:57:22 +03:00
lib mastrer 2018-05-26 14:57:22 +03:00
lib eski mastrer 2018-05-26 14:57:22 +03:00
lisans mastrer 2018-05-26 14:57:22 +03:00
obj/x86 mastrer 2018-05-26 14:57:22 +03:00
Properties mastrer 2018-05-26 14:57:22 +03:00
Resources mastrer 2018-05-26 14:57:22 +03:00
trusted mastrer 2018-05-26 14:57:22 +03:00
utils mastrer 2018-05-26 14:57:22 +03:00
.gitattributes mastrer 2018-05-26 14:57:22 +03:00
.gitignore mastrer 2018-05-26 14:57:22 +03:00
App.config mastrer 2018-05-26 14:57:22 +03:00
beni_oku.txt mastrer 2018-05-26 14:57:22 +03:00
eRecete.xml mastrer 2018-05-26 14:57:22 +03:00
ESignerServer.csproj mastrer 2018-05-26 14:57:22 +03:00
EsignerServer.csproj.user mastrer 2018-05-26 14:57:22 +03:00
ESignerServer.sln mastrer 2018-05-26 14:57:22 +03:00
ESignerServer.suo mastrer 2018-05-26 14:57:22 +03:00
ESignerServer_TemporaryKey.pfx mastrer 2018-05-26 14:57:22 +03:00
Gereklilikler.txt mastrer 2018-05-26 14:57:22 +03:00
LisansHelper.cs mastrer 2018-05-26 14:57:22 +03:00
Main.cs mastrer 2018-05-26 14:57:22 +03:00
Main.Designer.cs mastrer 2018-05-26 14:57:22 +03:00
Main.resx mastrer 2018-05-26 14:57:22 +03:00
Program.cs mastrer 2018-05-26 14:57:22 +03:00
README.md Update README.md 2018-05-26 15:03:54 +03:00
readme.txt mastrer 2018-05-26 14:57:22 +03:00
Settings.cs mastrer 2018-05-26 14:57:22 +03:00
SignHelper.cs mastrer 2018-05-26 14:57:22 +03:00
SmartCardManagerWithCardType.cs mastrer 2018-05-26 14:57:22 +03:00
TopluSertifikaCalismasi.docx mastrer 2018-05-26 14:57:22 +03:00

ESigner

First release of ESigner. A document signing application for smartcards.

E-Signer a electronic signer application for Smartcards (C#). It gets input data as string with parameters or a file and returns signed data as string.

ESigner.exe gets three 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. Third is CardType like "AKIS".

Returns signed XML as string. Usage: cmd /C ""ESigner.exe" "XML string" "Path of XML file (Optional)" "AKIS""

TÜrkçe: ESigner.exe üç parametre alır. İlki imzalanacak XML string. XML dosyadan okunacaksa ilk parametreyi boş ( "" ) geçip ikinci parametrede kaynak dosyanın yolunu verin. Eğer iki parametre de gönderilmişse ilki (string xml) dikkate alınır. Üçüncü parametre kart tipidir, "SAFESIGN", "AKIS" gibi.