Check specified custom key code using the specified
run time context, returning a bitmap of warning codes
defined in com.vs.ezlicenser.EzLicExceptionBase
and / or appropriately extended by custom handler.
(Basic multi-user license check:) Check the
specified license key against the provided info for
key violations, and sets the class context based on
the key.
(Basic single-user license check:) Check the
specified license key
against the provided info for key violations,
and sets the class context based on the key.
An ISV that is interested in adding custom license management
to the framework can implement this interface and provide its
implementation for the method checkCustomKeyCode().