Provides the abstract (in Visual Basic MustInherit) base class for all licenses. A license is granted to a specific instance of a component.
Object
License
[Visual Basic] MustInherit Public Class License [C#] public abstract class License [C++] public __gc __abstract class License [JScript] public abstract class License
All components must call Dispose for the licenses that they grant when the component is disposed or finalized.
Notes to Inheritors: When you inherit from License, you must override the following members: LicenseKey and Dispose.
For more information on licensing, see TBD.
Namespace: System.ComponentModel
Assembly: System.dll
License Members | System.ComponentModel Namespace | LicenseContext | LicenseException | LicenseManager | LicenseProvider | LicenseProviderAttribute | LicFileLicenseProvider | LicenseUsageMode