LicenseProductValidation Class |
Namespace: com.softwarekey.Client.Licensing
The LicenseProductValidation type exposes the following members.
Name | Description | |
---|---|---|
![]() | LicenseProductValidation(License, IEnumerableInt32) | Creates a new LicenseProductValidation object that may be used to verify a license's Product ID. |
![]() | LicenseProductValidation(License, Int32) | Creates a new LicenseProductValidation object that may be used to verify a license's Product ID. |
![]() | LicenseProductValidation(License, IEnumerableInt32, IEnumerableInt32) | Creates a new LicenseProductValidation object that may be used to verify a license's Product ID and Product Option ID. |
![]() | LicenseProductValidation(License, Int32, IEnumerableInt32) | Creates a new LicenseProductValidation object that may be used to verify a license's Product ID and Product Option ID. |
![]() | LicenseProductValidation(License, Int32, Int32) | Creates a new LicenseProductValidation object that may be used to verify a license's Product ID and Product Option ID. |
Name | Description | |
---|---|---|
![]() | LastError | Gets or sets the last error encountered in this object. (Inherited from SystemValidation.) |
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.) |
![]() | Validate | Validates the Product ID and Product Option ID authorized in the license file. (Overrides SystemValidationValidate.) |