[Visual Basic] Overloads Public Function GenerateLicense( _ ByVal req As ActivationRequest, _ ByVal tolerance As Integer, _ ByVal ignoreMinor As Boolean, _ ByVal RuntimeLicensesLimit As Long _ ) As String
Limits Runtime generated licenses (FileTime format) Usefull only when a licenced component should build a runtime licence 0 : a runtime license with no limit will be generated other value : limit date converted to FileTime format
Return Value
9x6 encoded license string
Remarks
A special value of 8 can be set for tolerance. This means don't take care of hardware. This special value can be used to built trial licenses limited by time only.