License Class
Definition
Provides the abstract base class for all licenses. A license is granted to a specific instance of a component.
public abstract class License : IDisposable
- Inheritance
-
License
- Implements
Inherited Members
System.Object
Remarks
All components must call Dispose for the licenses they grant when the component is disposed or finalized.
Constructors
| License() |
Initializes a new instance of the License class. |
Properties
| LicenseKey |
When overridden in a derived class, gets the license key granted to this component. |
Methods
| Dispose() |
When overridden in a derived class, disposes of the resources used by the license. |