Category / Section
How to register Syncfusion License securely in Blazor WASM App?
1 min read
- By default, the registered license key is exposed in the browser (via the DLL) in the Blazor WASM applications.
- To avoid registering the license key in the Program.cs file, use the licensed NuGet packages that ship with the licensed Blazor Product (Volume and SP releases).
- It is recommended to use licensed NuGet packages to build the application by restoring them either from a local folder or through a private repository manager such as Nexus or NuGet.org.
For reference, see the user guide for downloading and installing the licensed Blazor product using the 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