Portable.Licensing icon indicating copy to clipboard operation
Portable.Licensing copied to clipboard

Portable.Licensing is a cross platform software licensing framework which allows you to implement licensing into your application or library. It provides you all tools to create and validate licenses...

Results 35 Portable.Licensing issues
Sort by recently updated
recently updated
newest added

The PR states that it will be backward compatible, but after migrating our project to dot.net 5.0 all previous licenses fail signature validation. Due to the fact they were signed...

One of my application is built in 3.5, so i am not able to use Portable.Licensing with runtime 4.0. Can you please suggest if Portable.licensing is available in 3.5?

Is this project dead? Why isn't there a more recent release then 2013 when the last commit was in 2015?

Dear All, I'd like manage to software license by using this OSS. Does anyone knows default credential of License.Manager? I've faced problem while using License.Manager, but I am not able...

I wrote the below console application trying to test the implementaton of this. I have not been successful as i have been getting the "InvalidSignatureValidationErrorFailure" exception thrown. I have pasted...

Are there any plans on making this library implement the .NET standard? Also, has this project stalled and will you accept pull requests?

Currently the library generates license file in xml format. If the user attempts to edit the license xml(chances are high when trial time ended), but finally corrupted the file to...

Due to lack of documentation in Portable.Licensing, I was wondering what does the .WithMaximumUtilization(1) would do when a license is generated? Does this mean the license allowed 1 installation? If...

I Can't find anywhere what is the maximum utilization. What is it for? Thanks

While validating the License, following error is coming out: InvalidSignatureValidationFailure: License signature validation error! - The license signature and data does not match. This usually happens when a license file...