Would you be able to provide some sample code to include the Company name in the customer section of a license?
So rather than this:
Portable.Licensing.License lic = license.LicensedTo("Persons Name", "email@dot.com");
I would like to do something like this:
Portable.Licensing.License lic = license.LicensedTo("Persons Name", "email@dot.com", "Company Name");
But it doesn't seem to work that way.
Thanks
Would you be able to provide some sample code to include the Company name in the customer section of a license?
So rather than this:
Portable.Licensing.License lic = license.LicensedTo("Persons Name", "email@dot.com");
I would like to do something like this:
Portable.Licensing.License lic = license.LicensedTo("Persons Name", "email@dot.com", "Company Name");
But it doesn't seem to work that way.
Thanks