Instantiates a secure license.

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

Syntax

C#
public SecureLicense(
	string validationKey
)
Visual Basic
Public Sub New ( _
	validationKey As String _
)
Visual C++
public:
SecureLicense(
	String^ validationKey
)

Parameters

validationKey
Type: System..::..String
The validation (public) key that will be used to check and validate license keys.

See Also