IExternalLicenseManagerVerifyLicense Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[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.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

bool VerifyLicense(
	string licenseName
)

Parameters

licenseName
Type: SystemString
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

Type: Boolean
Returns true if license name is valid.
See Also

Reference