DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class
Members



DicomLicense Class
This class handles all the new licensing scheme for DicomObjects.
Syntax
public class DicomLicense 
public ref class DicomLicense 
'Declaration
 
Public Class DicomLicense 
 
'Usage
 
Dim instance As DicomLicense
Remarks
This class both represents an individual license issued to allow use of DicomObjects on a particular machine, and also acts as a placeholder for many static (shared in VB) methods and properties which allow licenses to be listed, obtained (off-line or on-line) selected and deleted. For licence activation to be controlled via an external file at startup, DicomObjects offers a mechanism for using an Activation File
Inheritance Hierarchy

System.Object
   DicomObjects.DicomLicense

Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also