Using Iron Barcode License Keys

This article was translated from English: Does it need improvement?
Translated
View the article in English

如何獲取授權金鑰

添加 IronBarcode 授權金鑰可讓您在沒有限制或浮水印的情況下即時部署您的專案。

You can buy a license key or sign up for a free 30-day trial key here.


步驟 1:下載最新版本的 IronBarcode

立即開始在您的項目中使用 IronBarcode 並免費試用。

第一步:
green arrow pointer

透過 NuGet 安裝

在開始之前,我們需要安裝最新版本的 Barcode NuGet 套件。

Install-Package BarCode

您可以在這裡找到有關該 NuGet 套件的更多信息

透過 DLL 安裝

作為替代方案,可以下載 IronBarcode.dll並添加到您的專案中。


步驟 2:應用您的授權金鑰

使用程式碼設定您的授權

在應用程式啟動時將此程式碼放置在 IronBarcode 用前的某個位置。

// Apply your IronBarcode license key
IronBarCode.License.LicenseKey = "IRONBARCODE-MYLICENSE-KEY-1EF01";
// Apply your IronBarcode license key
IronBarCode.License.LicenseKey = "IRONBARCODE-MYLICENSE-KEY-1EF01";
' Apply your IronBarcode license key
IronBarCode.License.LicenseKey = "IRONBARCODE-MYLICENSE-KEY-1EF01"
$vbLabelText   $csharpLabel

使用 Web.Config 或 App.Config 設定您的授權

要在整個應用程序中使用 Web.Config 或 App.Config 全局地應用一個金鑰,請在您的 config 文件的 appSettings 中添加以下金鑰。

<configuration>
  ...
  <appSettings>
    <add key="IronBarCode.LicenseKey" value="IRONBARCODE-MYLICENSE-KEY-1EF01"/>
  </appSettings>
  ...
</configuration>
<configuration>
  ...
  <appSettings>
    <add key="IronBarCode.LicenseKey" value="IRONBARCODE-MYLICENSE-KEY-1EF01"/>
  </appSettings>
  ...
</configuration>
XML

There is a known licensing issue between IronBarCode versions 2023.4.1 - 2024.3.2 with the following frameworks:

  • ASP.NET 項目
  • .NET Framework 版本 >= 4.6.2

儲存在 Web.config 檔案中的金鑰未被產品採用和使用。 請訪問在 Web.config 中設定授權金鑰的故障排除文章以了解更多內容。


使用 .NET Core appsettings.json 文件設定您的授權金鑰

在 .NET Core 專案中全局應用授權金鑰:

  • 在您的專案根目錄中添加一個 JSON 文件,名為 appsettings.json
  • IronBarCode.LicenseKey 金鑰添加到您的 JSON 配置文件中。值應該是您的授權金鑰。
  • 確保文件屬性包括 永遠複製到輸出目錄

文件:appsettings.json

{
  "IronBarCode.LicenseKey": "IRONBARCODE-MYLICENSE-KEY-1EF01"
}

步驟 3:測試您的金鑰

測試您的金鑰是否已正確安裝。

// Verify if the provided license key is valid
bool result = IronBarCode.License.IsValidLicense("IRONBARCODE-MYLICENSE-KEY-1EF01");

// Check if IronBarCode is licensed successfully
bool is_licensed = IronBarCode.License.IsLicensed;
// Verify if the provided license key is valid
bool result = IronBarCode.License.IsValidLicense("IRONBARCODE-MYLICENSE-KEY-1EF01");

// Check if IronBarCode is licensed successfully
bool is_licensed = IronBarCode.License.IsLicensed;
' Verify if the provided license key is valid
Dim result As Boolean = IronBarCode.License.IsValidLicense("IRONBARCODE-MYLICENSE-KEY-1EF01")

' Check if IronBarCode is licensed successfully
Dim is_licensed As Boolean = IronBarCode.License.IsLicensed
$vbLabelText   $csharpLabel

步驟 4:開始使用您的專案

請參考我們的指導教程,了解如何開始使用 IronBarcode


有問題嗎?

如果您有任何問題,請聯繫support@ironsoftware.com

常見問題解答

如何取得我的 C# 專案的許可證金鑰?

您可以從授權頁面購買許可證金鑰,或註冊免費試用 30 天的金鑰。

如何在 C# 中透過 NuGet 安裝 IronBarcode?

若要透過 NuGet 安裝 IronBarcode,請使用指令: Install-Package BarCode 。更多資訊請參閱 NuGet 套件頁面。

是否有 NuGet 以外的其他方法安裝 IronBarcode?

是的,您可以直接從我們的軟體包頁面下載 IronBarcode.dll 並將其新增至您的專案。

如何在C#應用程式中使用程式碼應用許可證密鑰?

在應用程式啟動時加入以下程式碼: IronBarCode.License.LicenseKey = "YOUR-LICENSE-KEY";

如何在.NET中使用設定檔設定許可證密鑰?

在 Web.config 或 App.config 檔案的 appSettings 部分中新增授權金鑰,金鑰為IronBarCode.LicenseKey

如何在 .NET Core appsettings.json 檔案中套用許可證金鑰?

在 appsettings.json 檔案中新增一個名為IronBarCode.LicenseKey鍵,並將你的授權金鑰作為其值。確保該檔案設定為“*複製到輸出目錄:始終複製*”。

如果Web.config中的許可證金鑰無法識別,我該怎麼辦?

已知特定版本之間存在密鑰無法識別的問題。請造訪我們的故障排除文章以取得指導。

如何在C#中檢查我的許可證密鑰是否有效?

您可以使用IronBarCode.License.IsValidLicense("YOUR-LICENSE-KEY")來驗證金鑰,並使用IronBarCode.License.IsLicensed來檢查它是否已獲得許可。

哪裡可以找到IronBarcode的入門教學?

請造訪我們的文件頁面,按照教學了解如何開始使用 IronBarcode。

我該如何聯絡IronBarcode的技術支援諮詢問題?

如有任何疑問,請透過電子郵件聯絡 support@ironsoftware.com。

IronBarcode 是否相容於 .NET 10 及更高版本?

是的。 IronBarcode 官方支援 .NET 10(以及 .NET 9、8、7、6、5、.NET Core 2.x/3.x、.NET Standard 2.x 和 .NET Framework 4.6.2+)。透過程式碼、Web.config/App.config 或 appsettings.json 應用程式許可證金鑰時,它完全相容。 ([ironsoftware.com](https://ironsoftware.com/csharp/barcode/features/compatibility/?utm_source=openai))

Curtis Chau
技術作家

Curtis Chau 擁有卡爾頓大學計算機科學學士學位,專注於前端開發,擅長於 Node.js、TypeScript、JavaScript 和 React。Curtis 熱衷於創建直觀且美觀的用戶界面,喜歡使用現代框架並打造結構良好、視覺吸引人的手冊。

除了開發之外,Curtis 對物聯網 (IoT) 有著濃厚的興趣,探索將硬體和軟體結合的創新方式。在閒暇時間,他喜愛遊戲並構建 Discord 機器人,結合科技與創意的樂趣。

準備好開始了嗎?
Nuget 下載 1,935,276 | 版本: 2025.11 剛剛發布