◷ Reading Time: 1 minute
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