Link License File

◷ Reading Time: 1 minute

This page is under development.

Assign License

To allow your application in .Net to use Runtime directly as an In-Proc integration, you need to assign the license to Runtime.

var licenseContent = "[THE BASE64 LICENSE CONTENT]"; // read the license content from any location 
FlexRule.License.UserLicense.Key = licenseContent;   // Assign the license content to allow you application uses Runtime
Updated on January 14, 2026

Was this article helpful?

Related Articles