Search Results for

    Show / Hide Table of Contents

    Class License

    Allows IronZip license keys to be applied globally across an application.

    Inheritance
    System.Object
    License
    Namespace: IronZip
    Assembly: IronZip.dll
    Syntax
    public static class License : Object

    Properties

    IsLicensed

    Determines whether this instance of IronZIP is Licensed.

    Will return false unless a LicenseKey is set to a valid trial or full license key in LicenseKey property, Web.Config, App.Config or appsettings.json in .Net Core.

    See https://ironsoftware.com/csharp/zip/licensing/ and https://ironsoftware.com/csharp/zip/how-to/license-keys/

    Declaration
    public static bool IsLicensed { get; }
    Property Value
    Type Description
    System.Boolean

    true if the license key given is valid.

    LicenseKey

    Get Licensed at https://ironsoftware.com/csharp/qr/licensing/

    For .Net framework applications, a license key can alternatively be added to Web.Config or App.Config XML file using <add key="IronZip.LicenseKey" value="IronZip-LICENSE-KEY"/> within the appSettings node. See https://ironsoftware.com/csharp/qr/docs/license/license-keys/

    For .Net Core applications, a license key may be added to appsettings.json where the key name is "IronZip.LicenseKey" and the value is a valid IronZip trial or full license key.

    See https://ironsoftware.com/csharp/qr/licensing/ for licensing options.

    Declaration
    public static string LicenseKey { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    DisableAppAnalytics()

    Disables AppAnalytics for IronZip. Limitations apply.

    Declaration
    public static void DisableAppAnalytics()

    IsValidLicense(String)

    Determines whether a string license key is valid.

    See https://ironsoftware.com/csharp/zip/licensing/ for trial, development and commercial deployment licensing options.

    Declaration
    public static bool IsValidLicense(string licenseKey)
    Parameters
    Type Name Description
    System.String licenseKey

    IronZip license key as a string

    Returns
    Type Description
    System.Boolean

    true if the license key given is valid.

    ☀
    ☾
    Downloads
    • Download with NuGet
    • Start for Free
    In This Article
    Back to top
    Install with NuGet
    Want to deploy IronZIP to a live project for FREE?
    What’s included?
    30 days of fully-functional product
    Test and share in a live environment
    No watermarks in production
    Get your free 30-day Trial Key instantly.
    No credit card or account creation required
    Your Trial License Key has been emailed to you.
    Download IronZIP free to apply
    your Trial Licenses Key
    Install with NuGet View Licenses
    Licenses from $499. Have a question? Get in touch.