使用C#在Windows应用程序中设置跟踪有效性 [英] set trail validity in windows application with C#

查看:62
本文介绍了使用C#在Windows应用程序中设置跟踪有效性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Winform应用程序中设置15天有效期,以便在15天后无法执行exe..

How to set like 15 days validity in winform application so that after 15 days that exe cant be executed..

推荐答案

有多种方法可以实现此目标
1)加密的许可证文件,其中包含到期日期等.
2)注册表中保存的加密许可证密钥
3)需要Internet连接的质询/响应机制
4)可能是其他人.......
尝试:许可证密钥生成 [如何为以下产品创建产品密钥我的C#应用​​ [ c#许可 [ ^ ]
还有,
.NET Framework的密码学101 [
There are different ways to achieve this
1) encrypted license files that contains the expiry dates etc.
2) encrypted license keys held in the registry
3) challenge/response mechanism which require an internet connection
4) probably others.......
Try: License Key Generation[^]
or: How can I create a Product Key for my C# App[^]
or: c# Licensing[^]
Also,
Cryptography 101 for the .NET Framework[^]


这篇关于使用C#在Windows应用程序中设置跟踪有效性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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