Method | Description | |
---|---|---|
Generate ( ) : System | ||
Generate ( |
||
doKey ( int timeLeft, int useMachineCode ) : object |
|
|
doKey ( int timeLeft ) : string |
This function will generate a key.
|
|
doKey ( int timeLeft, System creationDate, int useMachineCode ) : string |
This function will generate a key. You may also change the creation date.
|
public Generate ( |
||
_serialKeyConfiguration | ||
return | System |
public doKey ( int timeLeft, int useMachineCode ) : 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. |
return | object |
public doKey ( int timeLeft ) : string | ||
timeLeft | int | For instance, 30 days. |
return | string |
public doKey ( int timeLeft, System creationDate, int useMachineCode ) : 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. |
return | string |