Method ProvideLicense
| Improve this Doc View SourceProvideLicense()
Provides the license.
Declaration
protected abstract LicenseProviderResult ProvideLicense()
Returns
Type | Description |
---|---|
LicenseProviderResult | The result of license provider, either a License object or an error message string. |
Remarks
Derived class should never return null, otherwise an exception will be thrown. When multiple license provider attributes declared, the first returned non-null license will be used to validate, in the order of declaration.