| LicenseProvider Methods | 
The LicenseProvider type exposes the following members.
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|     | ClearLicense | 
 Clear all cached license.
 | 
|   | Equals | 
 Determines whether the specified object is equal to the current object.
(Inherited from
 Object
.) | 
|   | Finalize | 
 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
 Object
.) | 
|   | GetHashCode | 
 Serves as the default hash function.
(Inherited from
 Object
.) | 
|   | GetType | 
 Gets the
 
Type
 
 of the current instance.
(Inherited from
 Object
.) | 
|     | LoadLicense | 
 Load the license provided by current setting to the license cache.
 | 
|   | MemberwiseClone | 
 Creates a shallow copy of the current
 
Object
 
 .
(Inherited from
 Object
.) | 
|     | SetAppKey | 
 Provides app key, which will be used for AI Calling.
 | 
|     | SetLicense(Stream) | 
 Provides a license by a license stream, which will be used for loading license.
 | 
|     | SetLicense(String) | 
 Provides a license by a license file path, which will be used for loading license.
 | 
|     | SetLicenseFileName | 
 Sets the license file name, which will be used for loading license.
 | 
|     | SetLicenseKey(String) | 
 Provides a license by a license key, which will be used for loading license.
 | 
|     | SetLicenseKey(String, Boolean) | 
 Sets the license key required for license loading, and specifies whether to use a development or test license.
 | 
|   | ToString | 
 Returns a string that represents the current object.
(Inherited from
 Object
.) | 
|     | UnbindDevelopmentOrTestingLicenses | 
 Unbind development or testing licenses. 
Only development or testing licenses can be unbound, deployment licenses cannot be unbound.
The approach to lifting development or testing licenses does not allow frequent invocation by the same machine code,
mandating a two-hour wait period before it can be invoked again.
 | 
 See Also
See Also