Category / Section
How to register Syncfusion License securely in Blazor WASM App?
1 min read
- By default, the registered license key will be exposed in the browser (DLL) for the Blazor WASM application.
- To avoid registering the license key in the Program.cs file, the solution is to use the licensed NuGet packages which shipped along with the licensed Blazor Product (Volume and SP releases).
- The suggestion is to use licensed NuGet packages to build the application by restoring them either from a local folder or by using a private repository manager like Nexus, NuGet.org etc.
For reference, please find the User Guide for downloading and installing the licensed Blazor Product from Syncfusion Blazor web installer:
- Download: https://blazor.syncfusion.com/documentation/installation/web-installer/how-to-download
- Installation: https://blazor.syncfusion.com/documentation/installation/web-installer/how-to-install