0

I want to create a web application that can access a smart card with a digital certificate, and then digitally sign an open office XML document on the server. I know a couple of open source frameworks that do this in Java, but the client requires me to do it in .NET C#:

The SignServer Dot Org

The belgian eID Applet

Anyone has some guidelines or recommendations how to implement this .NET C#?

Has the PackageDigitalSignatureManager from System.IO.Packaging has some use?

skaffman
  • 398,947
  • 96
  • 818
  • 769
pvstrln
  • 169
  • 3
  • 10

1 Answers1

0

You can use system.io.packaging (see the related question about this) and you can use our OfficeBlackbox components.

Community
  • 1
  • 1
Eugene Mayevski 'Callback
  • 45,135
  • 8
  • 71
  • 121