Method IsProviderLicenseValid
IsProviderLicenseValid(string, string, int, int, int)
Tells whether a valid license is available from a specified provider.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
bool IsProviderLicenseValid(string inProvider, string inPublicKey, int inVersionMajor, int inVersionMinor, int inModuleId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inProvider | License provider name. |
| string | inPublicKey | License public key. |
| int | inVersionMajor | Version major number within [0,20]. |
| int | inVersionMinor | Version minor number within [0,99]. |
| int | inModuleId | Module identifier. |
Returns
| Type | Description |
|---|---|
| bool |
Remarks
This method is available since v7.7.