JBLicense
License Class |
Main entry point for the API
Inheritance Hierarchy
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
The License type exposes the following members.
Constructors
Properties
Name | Description | |
---|---|---|
Initialized |
Is JBLicense initialized?
|
Methods
Name | Description | |
---|---|---|
BanKey |
Bans the key.
| |
CheckLicense |
Checks the license of the customer.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GenerateKey |
Generates the key.
| |
GetCustomer |
Gets the customer details.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLicense |
Gets the license.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GrantLicense |
Grants a license to a customer.
| |
HardwareID |
Calculates the Hardware identifier.
| |
ListCustomers |
Lists the customers.
| |
ListKeys |
Lists the keys.
| |
ListProducts |
Lists the products.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NewCustomer |
Creates a new Customer.
| |
NewProduct |
Creates a new product.
| |
RevokeLicense |
Revokes the license of a customer.
| |
SecureConnection |
Secures the connection.
| |
SetMetadata |
Sets the metadata.
| |
SetProduct |
Sets the product.
| |
Setup |
Setups the specified apikey.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UseKey |
Uses the key.
| |
ValidProductKey |
Validates the product key.
|
See Also