public static DicomLicense ActivateOffLine(
System.string ,
System.string ,
out System.string
)
public function ActivateOffLine(
: System.String;
: System.String;
Out : System.String
): DicomLicense; static;
public static function ActivateOffLine(
: System.String,
: System.String,
: System.String
) : DicomLicense;
public: static DicomLicense* ActivateOffLine(
System.string* ,
System.string* ,
[PARAMFLAG::Out] System.string*
)
public:
static DicomLicense^ ActivateOffLine(
System.String^ ,
System.String^ ,
[Out] System.String^
)
'Declaration
Public Shared Function ActivateOffLine( _
ByVal As System.String, _
ByVal As System.String, _
ByRef As System.String _
) As DicomLicense
'Usage
Dim AuthorisationString As System.String
Dim LicenseToken As System.String
Dim Result As System.String
Dim value As DicomLicense
value = DicomLicense.ActivateOffLine(AuthorisationString, LicenseToken, Result)
Parameters
- AuthorisationString
-
The string provided by Medical Connections, allowing you to activate DicomObjects
- LicenseToken
-
The string obtained from the license server
- Result
-
An "out" parameter, into which an explantion of the result is placed.
Return Value
A valid DicomLicense object if the activation succeeded or if already activated using this Authorisation string.
null if the activation failed.
Target Platforms: .NET CLR 4.8 or higher