LicenseAliasValidation Class |
Namespace: com.softwarekey.Client.Licensing
The LicenseAliasValidation type exposes the following members.
Name | Description | |
---|---|---|
![]() | LicenseAliasValidation | Creates a new LicenseAliasValidation object for validating aliases for a WritableLicense. |
Name | Description | |
---|---|---|
![]() | LastError | Gets or sets the last error encountered in this object. (Inherited from SystemValidation.) |
![]() | LicenseFilePath | Gets or sets the absolute path to the writable license file. |
![]() | NumberOfValidAliasesRequired | Gets or sets the number of valid aliases required for validation to pass (REQUIRE_ALL_ALIASES by default). |
![]() | OverwriteOlder | Gets or sets whether or not the license file and other aliases should be overwritten if an alias appears to be newer (true by default). |
![]() | WriteMissingAliases | Gets or sets whether or not missing aliases should be written while being checked. |
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 | Implements standard LicenseAlias validation. (Overrides SystemValidation.Validate().) |
Name | Description | |
---|---|---|
![]() ![]() | REQUIRE_ALL_ALIASES | This constant value may be used when setting the NumberOfValidAliasesRequired property to require all aliases to pass validation. |
See the constructor for implementation details.