DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class
Members



In This Topic
    DicomLicense Class
    In This Topic
    This class handles all the new licensing scheme for DicomObjects.
    Syntax
    'Declaration
     
    Public Class DicomLicense 
    'Usage
     
    Dim instance As DicomLicense
    public class DicomLicense 
    public ref class 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