License Manager

The License manager is a small C# example program which can be used to view, and or delete the DicomObjects licenses used by the In_House_Licensing_Scheme. It serves 2 purposes:

  1. It can be used "as is" (as the executable is included) for those needing to use these functions, but who do not wish to modify their own programs
  2. The source code is provided, giving an example of how to use the DicomLicense class to achieve these aims.

In order to keep it small, and to avoid confusion, the DicomObjects DLLs are not included in this package, and so:

  • If using as the executable, then copies of the DicomObjects DLLs you are currently using should be copied into the same directory as the program (or alternatively, it may be copies into your existing program's run directory)
  • If recompiling, you will need to update the references to point to where you have copies of the DicomObjects DLLs

The program can be obtained from here or from our Sample Programs Page

User login