DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class
Members



    DicomLicense Class
    This class handles all the new licensing scheme for DicomObjects.
    Syntax
    '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 4.0 or higher

    See Also