Click or drag to resize
LicenseValidationOptions Constructor (Int32, String, Boolean, Int32, Int32, Int32)
Creates a new LicenseValidationOptions object.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public LicenseValidationOptions(
	int licenseValidationOptionID,
	string licenseValidationOptionName,
	bool refreshLicenseAlwaysRequired,
	int refreshLicenseAttemptFrequency,
	int refreshLicenseRequireFrequency,
	int refreshLicenseRequireWarningPeriod
)

Parameters

licenseValidationOptionID
Type: SystemInt32
The unique License Validation Option ID.
licenseValidationOptionName
Type: SystemString
The name of the License Validation Options settings.
refreshLicenseAlwaysRequired
Type: SystemBoolean
Whether a refresh is always required when the application is run.
refreshLicenseAttemptFrequency
Type: SystemInt32
The number of days to wait before attempts to refresh and validate the license against SOLO Server.
refreshLicenseRequireFrequency
Type: SystemInt32
The number of days to wait before attempts to refresh and validate the license against SOLO Server are required.
refreshLicenseRequireWarningPeriod
Type: SystemInt32
The number of days before a required license refresh with SOLO Server to start notifying the user about the upcoming required license refresh.
See Also