有没有人在使用dot net实现intellilock? [英] Anybody worked on intellilock with dot net implementation?

查看:80
本文介绍了有没有人在使用dot net实现intellilock?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望intelliLock集成在我的MVC应用程序(Web App)中。



我使用IntelliLock App在我的Application dll上分配了一个锁。



但是当我验证许可证时它给了我假,下面是代码:



我尝试过:



I want intelliLock integrate in my MVC application (Web App).

I assigned a locks on my Application dll using IntelliLock App.

But when i validate the license it gives me false, below is the code :

What I have tried:

bool val = IsValidLicenseAvailable();
   return View();







public bool IsValidLicenseAvailable()
        {
            return (EvaluationMonitor.CurrentLicense.LicenseStatus == IntelliLock.Licensing.LicenseStatus.Licensed);
        }

推荐答案

支持 - Eziriz [ ^ ]


这篇关于有没有人在使用dot net实现intellilock?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆