如何读取许可证文件

How to read license files

我用谷歌搜索并在 Whosebug 上进行了搜索,但没有找到很多有用的链接,所以这里是:

我有一个要求如下(我知道这可能是模糊的,但这是我目前拥有的所有信息):

The user will upload a software license file (and the said software can be anything - it is not specific to a particular software product), and the application will have to read the license file and populate a text box with the license key.

基于此,我的问题如下:

  1. 是否有读取软件产品许可文件的标准方法?
  2. 软件许可文件是否有特定的文件扩展名,或者它是否特定于供应商?
  3. 是否可以将文件识别为许可证文件?
  4. 是否有任何基于 .NET/C# 的解析器可以读取许可文件并提取密钥?
  1. 没有标准方法。
  2. 没有
  3. 作为开发者,您可以选择任何您想要使用的许可文件。
  4. 这取决于软件开发人员选择证明许可证的方式,但大多数情况下不会。