0

I have a request from the client. They wish to use SafeNet HSM replacement for USB digital signature. I get a lot of SDKs for Win64 file as: fm_sdk, hsm_net_server, network_hsm_access_provider, ptkc_sdk, . I have tried to find out on Google on how to look like?

Please guide me how to create digital signature function PDF from Hardware Security Modules using C#.

Peter O.
  • 32,158
  • 14
  • 82
  • 96
Nam Hồ Thanh
  • 41
  • 1
  • 1
  • 8

1 Answers1

0

Your C# application can use Microsoft CAPI or CNG API provided by safenet SDK. As a 2nd option you can also use ncryptoki which is PKCS #11 compliant.