DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class
Properties Methods Events

In This Topic
    DicomLicense Class Members
    In This Topic

    The following tables list the members exposed by DicomLicense.

    Public Properties
     NameDescription
    Public Property The functions which this license allows DicomObjects to perform  
    Public Property The numeric ID of the Authorisation String which was used to generate this license  
    Public Propertystatic (Shared in Visual Basic) The DicomLicense current in use  
    Public Propertystatic (Shared in Visual Basic)Static LicenseDialog used to inform the user about license problems  
    Public Property The expiry date of the license  
    Public Propertystatic (Shared in Visual Basic) Number of days before expiry to start issuing warnings  
    Public Propertystatic (Shared in Visual Basic) Warning period to give the user of license expiry  
    Public Propertystatic (Shared in Visual Basic) The list of currently available licenses  
    Public Property Check whether the currently active license is a temporary (RAM) license  
    Public Property The ID for this particular license  
    Public Propertystatic (Shared in Visual Basic) Specifies the server to be used to obtain on-line licenses This is an advanced property only to be used under directions from Medical Connections  
    Public Propertystatic (Shared in Visual Basic) Specifies the how many license servers are to be tried to obtain on-line licenses This is an advanced property only to be used under directions from Medical Connections  
    Public Property The license token which activated this licnense.  
    Public PropertyThe Type (Full, Trial or Developer) of this license.  
    Public Propertystatic (Shared in Visual Basic) A unique string for each machine.  
    Public Propertystatic (Shared in Visual Basic) Domain to be used if the machine's web proxy requires authentication.  
    Public Propertystatic (Shared in Visual Basic) Password to be used if the machine's web proxy requires authentication.  
    Public Propertystatic (Shared in Visual Basic) Username to be used if the machine's web proxy requires authentication.  
    Public Property The start date of the license  
    Public Propertystatic (Shared in Visual Basic) The Web Service used for on-line activation  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Activate using an LicenseToken obtained off-line  
    Public Methodstatic (Shared in Visual Basic) Attempt to obtain a DicomObjects license on-line  
    Public Methodstatic (Shared in Visual Basic) Add a RAM License contained in the byte array  
    Public Methodstatic (Shared in Visual Basic) Attempt to Delete all installed Licenses on-line  
    Public Method Delete a specific DicomObjects license on a machine.  
    Public Methodstatic (Shared in Visual Basic) Delete all DicomObjects licenses on a machine.  
    Public Methodstatic (Shared in Visual Basic) Method to obtain a list of active concurrent licenses  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Return a DicomLicense  
    Public Methodstatic (Shared in Visual Basic) Get a concurrent temporary license  
    Public Methodstatic (Shared in Visual Basic) Attempt to obtain a DicomObjects license on-line.  
    Public Methodstatic (Shared in Visual Basic) Deactivate a RAM License  
    Public Method Revokes all temporary and permanent licenses  
    Public Method Standard override  
    Top
    Public Events
     NameDescription
    Public Event Event to alert application that the current temporary license is about to expire  
    Public Event Event fired when DicomObjects needs to retrieve a previously stored license  
    Public Event Event fires when DicomObjects needs to store a license  
    Top
    See Also