API version 1.5.2
Top
[This is preliminary documentation and is subject to change.]
The IExternalLicenseManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| LoadLicenses |
This function must perform the necessary loading of any encrypted license files. Visual Signal will
automatically call this function during program start-up.
| |
| VerifyLicense |
This function must perform the necessary decryption of license files and try to match it against
the specified licenseName. Any external modules using the license manager must register a license
name in its Init. Visual Signal will automatically call this function
when license verification is required.
|
See Also