Visual Signal ExternalBase Class Library Documentation
VerifyLicense Method (licenseName)
VisualSignalVSignal.ExternalBaseIExternalLicenseManagerVerifyLicense(String)
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

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.
Declaration Syntax
C#Visual BasicVisual C++
bool VerifyLicense(
	string licenseName
)
Function VerifyLicense ( _
	licenseName As String _
) As Boolean
bool VerifyLicense(
	String^ licenseName
)
Parameters
licenseName (String)
Specifies the license name to be matched against loaded license files. Any external modules using the license manager must register a license name in its Init()()().
Return Value
Returns true if license name is valid.

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)