ActivationManager.ProductKeyChecksumIsOk Method
Checks if a product key string is well formed. Prevents typing errors, but doesn't check full validity.
[Visual Basic]
Public Shared Function ProductKeyChecksumIsOk( _
ByVal
ProductKey As
String _
) As
Boolean
[C#]
public static
bool ProductKeyChecksumIsOk(
string ProductKey);
Parameters
-
ProductKey
- The productkey string to check
Return Value
true if checksum is correct.
See Also
ActivationManager Class | PvLogiciels.dotNetProtector Namespace