public class LicenseInfo extends Object
Represents a license information.
Modifier and Type | Method and Description |
---|---|
String |
getEditionType()
Gets the edition type of the license.
|
String |
getEmailTo()
Gets the email address used to license.
|
String |
getLicensedTo()
Gets the information about the licensee.
|
Date |
getLicenseExpiry()
Gets the license expiry date.
|
String |
getLicenseNote()
Gets the license note.
|
String |
getLicenseType()
Gets the license type.
|
List<String> |
getProducts()
Gets the list of licensed products.
|
Date |
getSubscriptionExpiry()
Gets the assembly release date to which updates are possible.
|
public final String getEmailTo()
Gets the email address used to license.
public final String getLicensedTo()
Gets the information about the licensee.
public final String getLicenseType()
Gets the license type.
public final String getLicenseNote()
Gets the license note.
public final List<String> getProducts()
Gets the list of licensed products.
public final String getEditionType()
Gets the edition type of the license.
public final Date getSubscriptionExpiry()
Gets the assembly release date to which updates are possible.
You cannot use the license for the version of assemblies with the assembly dates above.public final Date getLicenseExpiry()
Gets the license expiry date.
Copyright © 2025 Aspose. All Rights Reserved.