LicenseKeyNotFoundException Class

SecureTeam Copy Protection

LicenseKeyNotFoundException

The exception is thrown when the system couldn't find the license key file.

The license key file named 'AgileDotNet.Licensing.PrivateKey.bin' can be found at the Agile.NET application path. The file contains a public/private key pair that is used to encrypt and sign each license created using RSA public key encryption, thus helps preventing an unauthorized user from tampering with the license.

Inheritance Hierarchy

System.Object
   Exception
      LicenseManagerException
         LicenseKeyNotFoundException

Namespace: AgileDotNet.Licensing
Assembly: AgileDotNet.Licensing (in AgileDotNet.Licensing.dll)

Syntax

Public Class LicenseKeyNotFoundException
    Inherits LicenseManagerException
public class LicenseKeyNotFoundException : LicenseManagerException

See Also

LicenseKeyNotFoundException Members | AgileDotNet.Licensing Namespace