License Class

JustinBack

License Class

Main entry point for the API
Inheritance Hierarchy
SystemObject  JustinBackLicense

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public class License
Public Class License
public ref class License

The License type exposes the following members.

Constructors
  NameDescription
Public methodLicense
Initializes a new instance of the License class
Top
Properties
  NameDescription
Public propertyStatic memberInitialized
Is JBLicense initialized?
Top
Methods
  NameDescription
Public methodStatic memberBanKey
Bans the key.
Public methodStatic memberCheckLicense
Checks the license of the customer.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGenerateKey
Generates the key.
Public methodStatic memberGetCustomer
Gets the customer details.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetLicense
Gets the license.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGrantLicense
Grants a license to a customer.
Public methodStatic memberHardwareID
Calculates the Hardware identifier.
Public methodStatic memberListCustomers
Lists the customers.
Public methodStatic memberListKeys
Lists the keys.
Public methodStatic memberListProducts
Lists the products.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNewCustomer
Creates a new Customer.
Public methodStatic memberNewProduct
Creates a new product.
Public methodStatic memberRevokeLicense
Revokes the license of a customer.
Public methodStatic memberSecureConnection
Secures the connection.
Public methodStatic memberSetMetadata
Sets the metadata.
Public methodStatic memberSetProduct
Sets the product.
Public methodStatic memberSetup
Setups the specified apikey.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUseKey
Uses the key.
Public methodStatic memberValidProductKey
Validates the product key.
Top
See Also