Apply
Description
Applies a license to the current process.
The Apply method is for application and server-side use only. It is not used in client-side (Internet Explorer) use of Security Manager. In client-side use place the <object /> tag on the document.
Syntax
secmgr.Apply(sLicenseFilePath, sGuid, nRevision)
Parameter | Description |
---|---|
sLicenseFilePath | (string) Required in application usage and should be the path to the license file (.mlf). In server-side usage should be given as an empty string since the license will already have been installed. |
sGuid | (string) Required. The GUID of the license, as supplied by MeadCo |
nRevision | (string) Required. The revision number of the license, as supplied by MeadCo |