Verifies if a serial is expired
Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function IsSerialExpired( _ ByVal serial As String _ ) As Boolean |
| C# |
|---|
| public bool IsSerialExpired( string serial ) |
| C++ |
|---|
| public: bool IsSerialExpired( String serial ) sealed |
| J# |
|---|
| public bool IsSerialExpired( string serial ) |
| JScript |
|---|
| public
function IsSerialExpired( serial : String ) : bool |
Parameters
- serial
- The serial to be verified for expiration
Return Value
True if the serial is expired. If the serial does not contain an expireation date then returns False