Click or drag to resize
LicenseProductValidation Constructor (License, Int32, IEnumerableInt32)
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,
	IEnumerable<int> validProductOptionIDs
)

Parameters

license
Type: com.softwarekey.Client.LicensingLicense
The license which will be validated.
validProductID
Type: SystemInt32
A valid Product ID.
validProductOptionIDs
Type: System.Collections.GenericIEnumerableInt32
A collection of valid Product IDs.
See Also