License Method (XPRMLicense)
Check license. This method is used for checking an OEM License. On return, the 'Message' field of the XPRMLicense object will contain your OEM string.
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 5.0.2.0

C#
public static int License( XPRMLicense lic )
Parameters
- lic
-
Type:
MoselXPRMLicense
license object obtained from a call to XPRM.License(string)
Return Value
Type: Int320 if the OEM license is valid (lic is modified by this method). If invalid, throws an XPRMLicenseException.
