IServiceLicenseStore
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents a service license store interface.
Properties
IsExpired
Gets a value indicating whether the license is expired.
Property Value
IsLoaded
Gets a value indicating whether the license is loaded.
Property Value
LastModifiedDate
Gets or sets the last modified date of the license.
Property Value
LicenseKey
Gets or sets the license key in byte array format.
Property Value
byte[]
LicenseToken
Gets or sets the license token.
Property Value
NumberOfFailedAttempts
Gets or sets the number of failed attempts.
Property Value
TimeToLive
Gets or sets the time to live for the license.
Property Value
UserKey
Gets or sets the user key.
Property Value
Methods
Delete()
Deletes the license.
Exists()
Checks if the license exists.
Returns
Name
Description
True if the license exists, otherwise false.
Load()
Loads the license.
Save()
Saves the license.
Last updated