Forum How do I...?

.net api license methods

jean.luc.discard
Hi

We are looking at buying a server license and using princexml from .net.

Letting the engine pick up the license file from the default location does not seem very appealing as it could lead to the server running the trial license by accident.

Instead we would like to keep the license somewhere else that we control and can check for.

One would then guess that this is done by calling 'SetLicenseFile' on the api.

Looking through the methods though, there is also a method called 'SetLicensekey'.

What is the relation between these two? Do we need to use both or just one?
mikeday
SetLicenseFile is all you need, SetLicenseKey is only needed when using partial license files as part of an OEM installation, which is rare.