Validates a license key.

Namespace: SimpleMode.SecureLicenseManager.LicenseGenerator
Assembly: SimpleMode.SecureLicenseManager.LicenseGenerator (in SimpleMode.SecureLicenseManager.LicenseGenerator.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public LicenseSettings ValidateLicenseKey(
	string licenseKey
)
Visual Basic
Public Function ValidateLicenseKey ( _
	licenseKey As String _
) As LicenseSettings
Visual C++
public:
LicenseSettings^ ValidateLicenseKey(
	String^ licenseKey
)

Parameters

licenseKey
Type: System..::..String
The license key to validate

Return Value

The license setting information for the validated license.

See Also