Creates a serial


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

Syntax

Visual Basic (Declaration)
Public Function CreateSerial( _
ByVal id As Long, _
Optional ByVal productInfo As String = "Nothing" _
) As String
C#
public string CreateSerial(
long id,
[OptionalAttribute] string productInfo
)
C++
public:
String CreateSerial(
__int64 id,
[OptionalAttribute] String productInfo
) sealed
J#
public string CreateSerial(
long id,
/** @attribute OptionalAttribute() */ string productInfo
)
JScript
public function CreateSerial(
id : long,
OptionalAttribute 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