LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
LicenseKeyProductFeature[] productFeatures)
|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
String type,
LicenseKeyProductFeature[] productFeatures)
|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
String type,
String deploymentType,
String expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
|
LicenseKeyProduct(String productName,
int majorVersion,
LicenseKeyProductFeature[] productFeatures)
|
LicenseKeyProduct(String productName,
int majorVersion,
String type,
String deploymentType,
String expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
|
LicenseKeyProduct(String productName,
String majorVersion,
LicenseKeyProductFeature[] productFeatures)
|
LicenseKeyProduct(String productName,
String majorVersion,
String minorVersion,
LicenseKeyProductFeature[] productFeatures)
|
LicenseKeyProduct(String productName,
String majorVersion,
String minorVersion,
String type,
LicenseKeyProductFeature[] productFeatures)
|
LicenseKeyProduct(String productName,
String majorVersion,
String type,
String deploymentType,
String expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
|
LicenseKeyProduct(String productName,
String majorVersion,
String minorVersion,
String type,
String deploymentType,
String expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
|