Click or drag to resize
LicenseValidator Class
Manages licenses that unlock licensed features
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioLicenseValidator

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public static class LicenseValidator

The LicenseValidator type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrentVersion
Gets the version string required for licenses used by the current product version.
Public propertyStatic memberDisabled
Indicates that all licensed functionality should be disabled, and the application should run in basic mode.
Public propertyStatic memberInitialized
Top
Methods
  NameDescription
Public methodStatic memberAcquireFeatures Obsolete.
Public methodStatic memberAcquireLicense(String) Obsolete.
Public methodStatic memberAcquireLicense(String, LicenseHoldType) Obsolete.
Public methodStatic memberAcquireLicense(String, String, Boolean) Obsolete.
Public methodStatic memberAcquireLicense(String, LicenseHoldType, Boolean, Boolean) Obsolete.
Public methodStatic memberAcquireLicenseToken Obsolete.
Public methodStatic memberGetInstalledLicenses
Returns information about all licenses on the client and the server
Public methodStatic memberGetLastError Obsolete.
Public methodStatic memberGetLicenseInformation(String, LicenseInformation)
Returns information about the license for a specific feature
Public methodStatic memberGetLicenseInformation(String, String) Obsolete.
Public methodStatic memberGetLicenseState
Returns information about the license state for a specific feature
Public methodStatic memberInitialize
This method must be called before any other licensing related or protected methods. It will throw an exception if the license store is not properly configured.
Public methodStatic memberInstallLicense(Byte, LicenseInformation)
Installs a binary license from a manual activation.
Public methodStatic memberInstallLicense(Byte, LicenseInformation, Boolean) Obsolete.
Public methodStatic memberIsNotLicensedException
Returns true if an Exception is caused by executing a protected method when no valid license is available.
Public methodStatic memberIsValidLicenseAvailable
Checks if there is a valid license available for a feature, but does not perform a full validation.
Public methodStatic memberReleaseLicense(String) Obsolete.
Public methodStatic memberReleaseLicense(String, String) Obsolete.
Public methodStatic memberShutdown Obsolete.
Public methodStatic memberTryAcquireLicense Obsolete.
Public methodStatic memberUninstallLicense
Uninstalls the license with the specified activation key.
Top
Version Information

Supported in: 1.0.0.0
See Also