License.ValidProductKey Method

JustinBack

LicenseValidProductKey Method

Validates the product key.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public static bool ValidProductKey(
	string key
)
Public Shared Function ValidProductKey ( 
	key As String
) As Boolean
public:
static bool ValidProductKey(
	String^ key
)

Parameters

key
Type: SystemString
The product key.

Return Value

Type: Boolean
bool
See Also