Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

187726 - Syncfusion License Validation Page Location Updated - dev #598

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Common-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
<li><a href="/common/essential-studio/licensing/overview">Overview</a></li>
<li><a href="/common/essential-studio/licensing/how-to-generate">How to Generate Syncfusion License Key?</a></li>
<li><a href="/common/essential-studio/licensing/how-to-register-in-an-application">How to Register Syncfusion License Key?</a></li>
<li><a href="/common/essential-studio/licensing/CI-license-validation">How to Validate Syncfusion License Key In CI Services?</a></li>
<li><a href="/common/essential-studio/licensing/licensing-errors">Licensing Errors</a></li>
<li>Licensing FAQ
<ul>
<li><a href="/common/essential-studio/licensing/licensing-faq/CI-license-validation">How to Validate Syncfusion License Key In CI Services?</a></li>
<li><a href="/common/essential-studio/licensing/licensing-faq/how-to-securely-store-and-use-Syncfusion-License-Keys-in-Azure-Key-Vault">How to securely store and use Syncfusion License Keys in Azure Key Vault?</a></li>
<li><a href="/common/essential-studio/licensing/licensing-faq/requirement-to-use-syncfusion-with-github">Requirement to use Syncfusion with GitHub</a></li>
<li><a href="/common/essential-studio/licensing/licensing-faq/Is-an-internet-connection-required-for-Syncfusion-Essential-Studio-license-validation">Is an internet connection required for Syncfusion Essential Studio license validation?</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY
N> * Place the license key between double quotes. Also, ensure that Syncfusion.Licensing.dll is referenced in your project where the license key is being registered.
* Syncfusion license validation is done offline during application execution and does not require internet access. Apps registered with a Syncfusion license key can be deployed on any system that does not have an internet connection.

I> Syncfusion license keys can be validated during the Continuous Integration (CI) processes to ensure proper licensing and prevent licensing errors during deployment. Refer to the [CI License Validation](https://help.syncfusion.com/common/essential-studio/licensing/licensing-faq/ci-license-validation) section for detailed instructions on how to implement it.
I> Syncfusion license keys can be validated during the Continuous Integration (CI) processes to ensure proper licensing and prevent licensing errors during deployment. Refer to the [CI License Validation](https://help.syncfusion.com/common/essential-studio/licensing/ci-license-validation) section for detailed instructions on how to implement it.

## Where to register the Syncfusion License Key?

Expand Down