Click or drag to resize
LicenseProductValidation Constructor (License, Int32, Int32)
Creates a new LicenseProductValidation object that may be used to verify a license's Product ID and Product Option ID.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public LicenseProductValidation(
	License license,
	int validProductID,
	int validProductOptionID
)

Parameters

license
Type: com.softwarekey.Client.LicensingLicense
The license which will be validated.
validProductID
Type: SystemInt32
A valid Product ID.
validProductOptionID
Type: SystemInt32
A valid Product Option ID.
See Also