Creates a serial


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

Syntax

Visual Basic (Declaration)
Public Function CreateSerial( _
ByVal id As Long, _
ByVal date As Date, _
Optional ByVal productInfo As String = "Nothing" _
) As String
C#
public string CreateSerial(
long id,
DateTime date,
[OptionalAttribute] string productInfo
)
C++
public:
String CreateSerial(
__int64 id,
DateTime date,
[OptionalAttribute] String productInfo
) sealed
J#
public string CreateSerial(
long id,
DateTime date,
/** @attribute OptionalAttribute() */ string productInfo
)
JScript
public function CreateSerial(
id : long,
date : DateTime,
OptionalAttribute productInfo : String
) : String

Parameters

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

See Also