Method | Description | |
---|---|---|
Generate ( ) : System | ||
Generate ( |
||
doKey ( int timeLeft, int useMachineCode, int users, int assets, int concurrentUsers ) : object |
|
|
doKey ( int timeLeft, System creationDate, int useMachineCode, int users, int assets, int concurrentUsers ) : string |
This function will generate a key. You may also change the creation date.
|
|
doKey ( int timeLeft, int users, int assets, int concurrentUsers ) : string |
This function will generate a key.
|
public Generate ( |
||
_serialKeyConfiguration | ||
return | System |
public doKey ( int timeLeft, int useMachineCode, int users, int assets, int concurrentUsers ) : object | ||
timeLeft | int | For instance, 30 days |
useMachineCode | int | Lock a serial key to a specific machine, given its "machine code". Should be 5 digits long. |
users | int | |
assets | int | |
concurrentUsers | int | |
return | object |
public doKey ( int timeLeft, System creationDate, int useMachineCode, int users, int assets, int concurrentUsers ) : string | ||
timeLeft | int | For instance, 30 days. |
creationDate | System | Change the creation date of a key. |
useMachineCode | int | Lock a serial key to a specific machine, given its "machine code". Should be 5 digits long. |
users | int | |
assets | int | |
concurrentUsers | int | |
return | string |
public doKey ( int timeLeft, int users, int assets, int concurrentUsers ) : string | ||
timeLeft | int | For instance, 30 days. |
users | int | |
assets | int | |
concurrentUsers | int | |
return | string |