NLicenseKey Structure Members
In This Topic
The following tables list the members exposed by NLicenseKey.
Public Constructors
Public Properties
| Name | Description |
| Data | Gets the bytes of the key |
| Description | Gets the license key information |
| Dictionary | Gets the license key dictionary in the form of description/value pairs |
| IsValidForCurrentVersion | Gets whether the key is valid for the current version |
| Value | The string representation of this license key. |
Top
Public Methods
| Name | Description |
| DeepClone | Creates an identical copy of this license key. |
| Equals | Returns true if the object are equal |
| GetHashCode | Returns the hash code |
| ToString | Returns the string representation of this object |
Top
See Also