LicensingActivateLicense Method |
Loads a DME Component Libraries license from the specified string.
In order to minimally protect your license from use by others,
this string should be embedded in your application,
rather than included as a separate file with your application.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static void ActivateLicense(
string license
)
Public Shared Sub ActivateLicense (
license As String
)
public:
static void ActivateLicense(
String^ license
)
static member ActivateLicense :
license : string -> unit
Parameters
- license
- Type: SystemString
The string value of the license from the license file.
See Also