License Info#
Defined in namespace Scandit.DataCapture.Core.License
-
Expiration
# Added in version 6.5.0
States representing different expiration types.
-
Available
# Added in version 6.5.0
An expiration date is available.
-
Perpetual
# Added in version 6.5.0
The license is perpetual and as such there is no expiration date.
-
NotAvailable
# Added in version 6.5.0
No information about the expiration date is available for this license type.
-
-
LicenseInfo
# class LicenseInfo
Added in version 6.5.0
Contains information about the license for which a context was created.
-
Expiration
# Expiration
Expiration
{ get; }Added in version 6.5.0
The license’s expiration. This information is not made available for all license types.
-
ToJson()
# string
ToJson
()Added in version 6.5.0
Returns the JSON representation of the license info.
-