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, _ <OutAttribute> ByRef debugInfo As String _ ) As Boolean |
| C# |
|---|
| public bool IsValid( string serial, out string debugInfo ) |
| C++ |
|---|
| public: bool IsValid( String serial, [OutAttribute] String% debugInfo ) sealed |
| J# |
|---|
| public bool IsValid( string serial, /** @attribute OutAttribute() */ /** @ref */ string debugInfo ) |
| JScript |
|---|
| public
function IsValid( serial : String, OutAttribute debugInfo : String ) : bool |
Parameters
- serial
- Base33 string with serial
- debugInfo
- Returns debug information