Licensing.ActivateLicense 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.String
The string value of the license from the license file.
See Also