C# 클래스 SKGL.Generate

상속: BaseConfiguration
파일 보기 프로젝트 열기: SerialKeyManager/SKGL 1 사용 예제들

공개 메소드들

메소드 설명
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