Click or drag to resize
LicenseProductOptionProductOptionType Enumeration
Supported SOLO Server product option types.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public enum ProductOptionType
Members
  Member nameValueDescription
ActivationCode0Standard Protection PLUS 4 and 5 activation code.
ActivationCodeWithQuantity1Protection PLUS 4 and 5 activation code with the quantity of items ordered.
ActivationCodeWithFixedValue2Protection PLUS 4 and 5 activation code with an additional, fixed value.
ActivationCodeWithDaysLeft3Protection PLUS 4 and 5 activation code with the number of days left until the license expires.
VolumeLicense4Protection PLUS 5 volume license.
DownloadableLicenseWithTriggerCodeValidation5Protection PLUS 5 downloadable license with Protection PLUS 4 compatible trigger code validation.
DownloadableLicenseWithEncryptedTriggerCodeValidation6Protection PLUS 5 downloadable license with Protection PLUS 4 compatible trigger code validation that uses the ActivationKey mechanism.
Custom7An unknown or Custom value. See the OptionTypeString property.
See Also