开发者

XML Digital Signature in .NET

开发者 https://www.devze.com 2023-01-10 09:20 出处:网络
I would Like to kno开发者_运维知识库w which type of certificate do I need to get from a Certification Authority to Sign an XML Document in .NET ?

I would Like to kno开发者_运维知识库w which type of certificate do I need to get from a Certification Authority to Sign an XML Document in .NET ?

We have a xml eletronic invoice that we need to sign using a Digital Certificate.

Any thoughts?


As far as I know, you only need a certificate with has sign purpose. You can import it in the certificates store of Windows to use it directly.

After that, you can use it to sign using one of the many libraries available. For example:

  • In Java, the signature applet created by the Jaume I University (CryptoApplet), that you can find at projectestic.uji.es/pr/cryptoapplet
  • In .NET: a new project I'm involved in (XAdES .NET Project), that you can find at xadesnet.codeplex.com

Regards

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号