L
Ludwig
Hi,
I have successfully tried to use my own LicenseProvider; and have
implemented licensing for a class: if the licensefile for a class
exists and a certain Guid is in it, then de class gets a Licence and
can be used by the host app.
However, it's not very secure - the Guid can be viewed by reflection
or by decompiling. Even if I encrypt it, the key can be reverse-
engineered.
Is there a secure way I can implement a LicenceProvider, or is
obfuscation the only way to somewhat protect the assembly?
Thanks!
I have successfully tried to use my own LicenseProvider; and have
implemented licensing for a class: if the licensefile for a class
exists and a certain Guid is in it, then de class gets a Licence and
can be used by the host app.
However, it's not very secure - the Guid can be viewed by reflection
or by decompiling. Even if I encrypt it, the key can be reverse-
engineered.
Is there a secure way I can implement a LicenceProvider, or is
obfuscation the only way to somewhat protect the assembly?
Thanks!