LicenseContext Class
.NET Framework 2.0
Specifies when you can use a licensed object and provides a way of obtaining additional services needed to support licenses running within its domain.
Namespace: System.ComponentModel
Assembly: System (in system.dll)
Notes to Inheritors:
If you want to implement design-time license support, you must inherit from this class, and override the following members: UsageMode, GetSavedLicenseKey, GetService, and SetSavedLicenseKey. If you want to implement saved license keys, override the GetSavedLicenseKey and SetSavedLicenseKey methods.
For more information about licensing, see How to: License Components and Controls.
Assembly: System (in system.dll)
This class provides the default LicenseContext. It implements only run-time support and does not support saved license keys.
Note: |
|---|
| The HostProtectionAttribute attribute applied to this class has the following Resources property value: SharedState. The HostProtectionAttribute does not affect desktop applications (which are typically started by double-clicking an icon, typing a command, or entering a URL in a browser). For more information, see the HostProtectionAttribute class or SQL Server Programming and Host Protection Attributes. |
System.Object
System.ComponentModel.LicenseContext
System.ComponentModel.Design.DesigntimeLicenseContext
System.ComponentModel.LicenseContext
System.ComponentModel.Design.DesigntimeLicenseContext
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
Note: