Show / Hide Table of Contents

Method ProvideLicense

| Improve this Doc View Source

ProvideLicense()

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest