LicenseValidationOptions Class |
Namespace: com.softwarekey.Client.Licensing
The LicenseValidationOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | LicenseValidationOptions | Creates a new LicenseValidationOptions object. |
![]() | LicenseValidationOptions(Int32, String, Boolean, Int32, Int32, Int32) | Creates a new LicenseValidationOptions object. |
Name | Description | |
---|---|---|
![]() | LicenseValidationOptionID | Gets or sets the unique License Validation Options ID (typically issued by SOLO Server). |
![]() | LicenseValidationOptionName | Gets or sets the name of the License Validation Options settings. |
![]() | RefreshLicenseAlwaysRequired | Gets or sets whether a refresh is always required when the application is run. |
![]() | RefreshLicenseAttemptFrequency | Gets or sets the number of days to wait before attempts to refresh and validate the license against SOLO Server. |
![]() | RefreshLicenseRequireFrequency | Gets or sets the number of days to wait before attempts to refresh and validate the license against SOLO Server are required. |
![]() | RefreshLicenseRequireWarningPeriod | Gets or sets the number of days before a required license refresh with SOLO Server to start notifying the user about the upcoming required license refresh. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
This object's data is available in the License class's LicenseValidationOptions property. These settings may be utilized by your application when implementing the license refresh logic.