Dynamic License Validation Rules

  • Create licenses to fit your needs
  • Change rules without re-compiling
  • Custom solutions for your valued customers

Publisher Limit

The Publisher Limit only allows assemblies from specific companies to access the protected software.

  • Safely allow customers to redistribute your components.
  • Use the Publisher Helper to easily obtain your customers' public keys.
  • Prevent your utility and library assemblies from being used by third parties.

Available only in the Professional Edition


Code Samples

Using the .NET SDK to obtain the public key token from a signed assembly.

sn -T <path to signed assembly>

Or from strong name key file

sn -p <path to SNK file> public.snk
sn -t public.snk