You can obtain an access token from your account settings (API keys section). This is useful for automated builds or container deployments.
To generate a key, you must have an active Syncfusion account. If you don't have one, you can sign up for a 30-day free trial or the Community License if you are an individual developer or a small business.
He tried to log in but realized he had been using the individual NuGet packages without ever actually registering for a Syncfusion account on the website. He quickly signed up using his company email (a requirement for the Community License). He verified his email and clicked the link to generate a license key. syncfusion generate license key
License.register('YOUR_LICENSE_KEY_HERE');
Last updated: March 2025 – Works with Syncfusion v25+ and .NET 6–9 You can obtain an access token from your
Once logged in, click on your profile/account icon in the upper-right corner or navigate directly to the page. Under the Licenses & Downloads section, click on Downloads & Keys . Step 3: Select Your Product and Version
Having a valid Syncfusion license key offers several benefits: If you don't have one, you can sign
Open your Program.cs (or Startup.cs in older versions) and register the license provider:
Select your specific framework from the dropdown menu (e.g., ASP.NET Core, Blazor, Angular, React, Flutter, MAUI, or WinForms).
using Syncfusion.Licensing;