问题描述
我需要在c#中创建一个与SafeNet的HSM设备通信的应用程序。到目前为止,我被告知这个C#控制台应用程序可以与HSM设备进行交互并检查特定密钥是否有效的任务。
为此,我已经从设备供应商提供的 ProtectToolKit-C 安装了 ptkc-sdk ( ETcpsdk.msi )。虽然安装操作系统模式被选为仅用于软件,这对于开发和测试目的来说会更好。
但是我确实陷入了困境而不知道
如何与HSM建立连接
如何进行密钥验证等
所以请任何人帮我解决这个问题。
谢谢& Regarads
Akhil lal
Hi,
I need to create an application in c# which will communicate with SafeNet's HSM Device. As of now i am assiged with a task that this C# console application could interact with the HSM device and check a particular key is valid or not.
For this , I have installed ptkc-sdk (ETcpsdk.msi) from ProtectToolKit-C which was provided by the device vendors. While installation Operatring mode was selected as Software only which would be much better for development and testing purposes.
But i am really got stuck in the begining itself with out knowing
how to establish a connection with HSM
How to do that key validation etc.
So please any one help me out from this.
Thanks & Regarads
Akhil lal
推荐答案
这篇关于C#应用程序与Safe Net HSM设备通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!