Activation.ActivateSubscription Method

This activates the subscription.
Public Function ActivateSubscription( _ 
ByVal User As String, _ 
ByVal Key As String
) As String
This language is not supported or no code example is available.
public string ActivateSubscription( 
string User
string Key 
)
This language is not supported or no code example is available.

Parameters

User
string

Arbitrans User, which you received immediately after purchasing or renewing a subscription

Key
string

Arbitrans Key, which you received immediately after purchasing or renewing a subscription

Return Value

string

It returns a message informing the user about the activation of his subscription.

Remarks
 
If you have previously enabled the TRIAL Keys and need to activate the paid subscription, deactivate the TRIAL Keys first. 
To deactivate the subscription on the current machine, use the method DeactivateLicense.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition