本文介绍了如何获取HASP密钥信息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在制作一个项目(软件),我正在为每个愿意使用该软件的用户使用HASP密钥注册。为此,我从HASP Key公司购买了许可证。



我想在三个基础上检查用户登录,即用户ID,密码和HASP KEY。我不知道当我们将HASP密钥插入计算机时如何生成密钥,它会随机生成密钥或每次生成一个密钥。我需要来自HASP密钥的密钥信息。为此我联系了HASP Key所有者;他们问我可以从 HaspKey.GetInfo()方法获取所有信息,但我无法在C#.Net 2.0中获得此方法。我还包括了 Aladin 命名空间,但仍然无法获得此方法。 :(



我的软件适用于单用户和多用户,我需要这两个检查。



如果有任何人对此有任何了解(HASP),请向我提供解决方案,我将非常感谢那个人。

解决方案

I am making a project (software) in which i am using a HASP key registration for every user who will be willing to use the software. For this I have bought a license for this from HASP Key company.

I want to keep a check on the login of user on three basis i.e., "USER ID", "PASSWORD" and "HASP KEY". I don''t know that how the key is generated when we insert the HASP key into the computer means, it generates it randomly or generates a single key every time. I need this Key information from the HASP key. For this I contacted the HASP Key owners; they asked me that I can get all information from the HaspKey.GetInfo() method but I am not able to get this method in C#.Net 2.0. I have also included the Aladin namespace but still not able to get this method. :(

My software is for Single User and for Multi-User and I need this check for both.

If anyone out there have any knowledge on this (HASP) then kindly provide me a solution to it, I would be very grateful to that person.

解决方案


这篇关于如何获取HASP密钥信息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-26 17:02