Creates a serial


Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)

Syntax

Visual Basic (Declaration)
Public Function CreateSerial( _
ByVal ID As Long, _
ByVal productInfo As String _
) As String
C#
public string CreateSerial(
long ID,
string productInfo
)
C++
public:
String CreateSerial(
__int64 ID,
String productInfo
) sealed
J#
public string CreateSerial(
long ID,
string productInfo
)
JScript
public function CreateSerial(
ID : long,
productInfo : String
) : String

Parameters

ID
A positive order number. Serials created with the same ID and Private Key are identical
productInfo
Any string which will be included into serial. Maximum length allowed is 13 chars

See Also