LicenseActivateInstallationLicenseFile Method (String, XmlActivationService, String) |
Activates online using a specified License ID, customer password or activation password, and endpoint URL
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public virtual bool ActivateInstallationLicenseFile(
string password,
XmlActivationService client,
ref string licenseContent
)
Public Overridable Function ActivateInstallationLicenseFile (
password As String,
client As XmlActivationService,
ByRef licenseContent As String
) As Boolean
public:
virtual bool ActivateInstallationLicenseFile(
String^ password,
XmlActivationService^ client,
String^% licenseContent
)
Parameters
- password
- Type: SystemString
The activation password assigned to the license, or the customer password, in SOLO Server. - client
- Type: com.softwarekey.Client.WebService.XmlActivationServiceXmlActivationService
For the .NET Framework PLUSManaged assembly, the SoapHttpClientProtocol derived object used to perform the web service call.
For the .NET Standard PLUSManaged assembly, the XmlWebService derived object used to perform the web service call.
- licenseContent
- Type: SystemString
The License File content returned by SOLO Server
Return Value
Type:
BooleanReturns true if successful. If it is not successful, check the
LastError property for details.
Remarks
This processes an online activation using SOLO Server's
XmlActivationService
web service's ActivateInstallationLicenseFile method, which processes the activation and retrieves the License File from
SOLO Server at the same time.
See Also