Returns true if the serial is valid when verified with current public key


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

Syntax

Visual Basic (Declaration)
Public Function IsValid( _ 
   ByVal serial As String _ 
) As Boolean
C#
public bool IsValid(
   string serial
)
C++
public:
 bool IsValid(
   String serial
) sealed 
J#
public bool IsValid(
   string serial
)
JScript
public  function IsValid(
   serial : String
) : bool

Parameters

serial
Base33 string with serial

See Also