The LicenseSettings type exposes the following members.

Constructors

  NameDescription
Public methodLicenseSettings
Creates a new instance of LicenseSettings.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCreatedDate
The system date a license key is created on.
Public propertyCustomData
The custom data that is embedded in a license key.
Public propertyEncodingFormat
The license key text encoding format
Public propertyExpirationDate
The exact expiration date for a license key
Public propertyExpirationDays
The number of expiration days that are associated with a license key
Public propertyFlags
An integer value that represents license key flags enabled/disabled state.
Public propertyLicenseKeyType
The license type that is associated with a license key.
Public propertySystemId
The system identifier that is specified for a license key.
Public propertySystemIdOptions
The system identifier options that are selected for a license key.
Public propertyTolerance
The maximum allowed number of system identifier options that do not match the current system's identifiers on which the license is being activated. For example, if a license has five(5) system identifier options selected in a license key and the tolerance level defined for the license is two(2), the license key will be identified as invalid if more than two(2) system identifiers of the current system do not match.

See Also