使用c#中的eToken对PDF文档进行数字签名

时间:2014-08-08 14:04:22

标签: c# cryptography digital-signature

从过去几周开始,我尝试使用eToken通过参考Bruno Lowagie(iText软件公司)的“PDF文档的数字签名”对发票进行数字签名。当我尝试在数字签名报告中集成签名文件时,我从beek那里得到帮助但面临问题。

方法

public void CustomerSignatureApp(String src, String name, String dest, Certificate[] chain,
    PrivateKey pk, String digestAlgorithm, String provider,
    CryptoStandard subfilter, String reason, String location)

但传递参数不匹配。

如果有人给我提示解决这个问题,将会有所帮助。

一些帮助网址是:

  1. Sign PDF with iTextSharp 5.3.3 and USB token
  2. How to Read a certificate from Usb Token(etoken pro 72 k(Java) )and attach to pdf

0 个答案:

没有答案