DicomObjects Reference
DicomObjects Reference / DicomLicenseGlobal Object / ActivateOffLine Method
The authorisation string, normally of the forms xxxx-yyyy-zzzz which has been provided by Medical Connections
The license token, always of the form uuuu-wwww-xxxx-yyyy-zzzz which has been obtained from the activation web page
ActivateOffLine Method
Description
Activate a copy of DicomObjects using the off-line method.
Syntax
Visual Basic
Public Function ActivateOffLine( _
   ByVal AuthorizationString As String, _
   ByVal LicenseToken As String _
) As DicomLicense
Parameters
AuthorizationString
The authorisation string, normally of the forms xxxx-yyyy-zzzz which has been provided by Medical Connections
LicenseToken
The license token, always of the form uuuu-wwww-xxxx-yyyy-zzzz which has been obtained from the activation web page
Remarks

This method (unlike ActivateOnLine) does not need an active Internet connection for the machine being licensed.

The page to perform off-line activation is:
http://activation.medicalconnections.co.uk

See Also