C# Класс SKGL.Generate

Наследование: BaseConfiguration
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Generate ( ) : System
Generate ( SerialKeyConfiguration _serialKeyConfiguration ) : System
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.

Описание методов

Generate() публичный Метод

public Generate ( ) : System
Результат System

Generate() публичный Метод

public Generate ( SerialKeyConfiguration _serialKeyConfiguration ) : System
_serialKeyConfiguration SerialKeyConfiguration
Результат System

doKey() публичный Метод

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.
Результат object

doKey() публичный Метод

This function will generate a key.
public doKey ( int timeLeft ) : string
timeLeft int For instance, 30 days.
Результат string

doKey() публичный Метод

This function will generate a key. You may also change the creation date.
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.
Результат string