The LicenseConfigurationData type exposes the following members.

Constructors

  NameDescription
Public methodLicenseConfigurationData
Initializes a new instance of the LicenseConfigurationData 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 (Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyDateCreated
The date time on which the license configuration data is created.
Public propertyDateModified
The date time on which the license configuration data was last modified.
Public propertyKey
The text representation of the asymmetric RSA(public/private) key that is used to generate license keys and validation key(contains only public key).
Public propertyKeyId
Gets or sets the unique Guid id that is assigned for a license configuration.
Public propertyLicenseConfigurationId
The numeric identifier of the license configuration data.
Public propertyName
The name of the license configuration.

See Also