License.Verify Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
Overload List
Verify( | Verifies that a trial key is valid. |
Verify( | Verifies license information. |
Verify(String)
Verifies that a trial key is valid.
public static bool Verify(
string trialKey
)
Parameters
- trialKey String
- A trial key.
Return Value
Booleantrue if verification succeeded; otherwise false.
Exceptions
License | The trial key is invalid. |
Verify(String, String, String)
Verifies license information.
public static bool Verify(
string username,
string organization,
string serialNumber
)
Parameters
- username String
- The username on the license.
- organization String
- The organization on the license.
- serialNumber String
- The serial number associated with the license.
Return Value
Booleantrue if verification succeeded; otherwise false.
Exceptions
License | The license key is invalid. |