LicenseProductOptionProductOptionType Enumeration |
Supported SOLO Server product option types.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public enum ProductOptionType
Public Enumeration ProductOptionType
public enum class ProductOptionType
Members
| Member name | Value | Description |
---|
| ActivationCode | 0 | Standard Protection PLUS 4 and 5 activation code. |
| ActivationCodeWithQuantity | 1 | Protection PLUS 4 and 5 activation code with the quantity of items ordered. |
| ActivationCodeWithFixedValue | 2 | Protection PLUS 4 and 5 activation code with an additional, fixed value. |
| ActivationCodeWithDaysLeft | 3 | Protection PLUS 4 and 5 activation code with the number of days left until the license expires. |
| VolumeLicense | 4 | Protection PLUS 5 volume license. |
| DownloadableLicenseWithTriggerCodeValidation | 5 | Protection PLUS 5 downloadable license with Protection PLUS 4 compatible trigger code validation. |
| DownloadableLicenseWithEncryptedTriggerCodeValidation | 6 | Protection PLUS 5 downloadable license with Protection PLUS 4 compatible trigger code validation that uses the ActivationKey mechanism. |
| Custom | 7 | An unknown or Custom value. See the OptionTypeString property. |
See Also