The LicenseData type exposes the following members.

Constructors

  NameDescription
Public methodLicenseData
Initializes a new instance of the LicenseData class

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 propertyDateCreated
The date time on which the license data was created.
Public propertyDateModified
The date time on which the license data was last modified.
Public propertyKey
The license key.
Public propertyKeyId
Activation code for the license.
Public propertyLicenseConfigurationId
The numeric identifier of the license configuration to which the license data belongs to.
Public propertyLicenseId
The numeric identifier of a particular license in the license repository.
Public propertyMaximumAllowedActivationsCount
The maximum number of activations that is allowed. Once the UsedActivationsCount property reaches MaximumAllowedActivationsCount, no more license activations are allowed by the license service.
Public propertyStatus
The license status. True for enabled license. False for a license that is disabled. The license service allows activations only for licenses that are enabled.
Public propertyUsedActivationsCount
The number of activations that are already used for this license.

See Also