API version 1.5.2
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Returns true if license name is valid.
[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
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: BooleanReturns true if license name is valid.
See Also