LicenseInfoBase
Base class defining license information object.
Stores a company name.
Stores datetime value indicating expiration date of a license.
Stores an instance name.
Stores a hash value of a password.
Gets and/or sets an application guid.
Returns a number of days left before a license expires.
Returns a number of days before a license locks out.
Returns number of hours left until lockout of license occurs (lockout only occurs after grace period expires).
Returns a boolean value indicating if a license has expired.
Returns a boolean value indicating if a license grace period has expired.
Returns a boolean value indicating if a license is valid and not expired.
Returns a boolean value indicating if a license is valid.
public LicenseInfoBase()
Initializes a new instance of the LicenseInfoBase class.
Sets a read-only property IsValid of license object.