简体   繁体   中英

Hardware Security Module: How to use Digital Signatures

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#.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM